Skip to content

Commit

Permalink
fix the issue of verifying file integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Jan 28, 2024
1 parent e55227f commit 6b21e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Starward/Pages/Setting/AboutSettingPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function DownloadResource {
Start-Sleep -Seconds 1;
if (CheckResource) {
DownloadResource{{(EnablePreviewRelease ? " -$PreRelease" : "")}};
DownloadResource{{(EnablePreviewRelease ? " -PreRelease" : "")}};
Start-Process -FilePath 'Starward.exe';
}
else {
Expand Down

0 comments on commit 6b21e94

Please sign in to comment.