set script path in Windows launch script (#777)

This commit is contained in:
Jesse Plamondon-Willard 2021-05-10 22:40:13 -04:00
parent 4ac04ee3ac
commit 9b09941bd5
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,9 @@
-->
## Upcoming release
* For players:
* Fixed error when running the Windows installer as administrator (thanks to LostLogic!).
* For mod authors:
* Added validation for the manifest `Dependencies` field.
* Fixed validation for mods with version `0.0.0`.

View File

@ -4,5 +4,6 @@ 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 (
cd "%~dp0"
start /WAIT /B ./internal/windows-install.exe
)