fix error running 'install on Windows.bat' for one user

This commit is contained in:
Jesse Plamondon-Willard 2021-01-28 19:51:30 -05:00
parent f1505b0ebe
commit 822cc71619
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
* Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info).
-->
## Upcoming release
* For players:
* Fixed error running `install on Windows.bat` in very rare cases.
## 3.9.1
Released 25 January 2021 for Stardew Valley 1.5.4 or later.

View File

@ -4,5 +4,5 @@ if not errorlevel 1 (
echo Oops! It looks like you're running the installer from inside a zip file. Make sure you unzip the download first.
pause
) else (
start /WAIT /B internal/windows-install.exe
start /WAIT /B ./internal/windows-install.exe
)