fix error running 'install on Windows.bat' for one user
This commit is contained in:
parent
f1505b0ebe
commit
822cc71619
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue