Skip to content

Commit 5c4e206

Browse files
Fix runtime prep success exit code
1 parent 3853767 commit 5c4e206

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- 最新 Release 页面:
88
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/latest`
99
- 当前可直接下载的一键安装包:
10-
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.8/HorosaPortableWindows-2026.03.10.8.zip`
10+
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.9/HorosaPortableWindows-2026.03.10.9.zip`
1111

1212
请注意:
1313

desktop_installer_bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- 最新 Release 页面:
88
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/latest`
99
- 当前一键安装包直链:
10-
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.8/HorosaPortableWindows-2026.03.10.8.zip`
10+
`https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.9/HorosaPortableWindows-2026.03.10.9.zip`
1111

1212
请下载:
1313

desktop_installer_bundle/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2026.03.10.8",
2+
"version": "2026.03.10.9",
33
"channel": "stable",
44
"release_asset_prefix": "HorosaPortableWindows",
55
"release_name": "v1.0.1"

prepareruntime/Prepare_Runtime_Windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,3 +716,4 @@ if ($validationErrors.Count -gt 0) {
716716
Write-Host ''
717717
Write-Host '[PASS] Runtime prepare completed with all required artifacts.'
718718
Wait-ForExitPrompt
719+
exit 0

0 commit comments

Comments
 (0)