Install Unity Web Player through Electron rather than the bat file

This method is a lot more reliable, as the bat file was known to not work in certain configurations of Windows and on Wine
This commit is contained in:
CakeLancelot
2023-02-08 15:21:35 -06:00
parent c1db7bc047
commit 3d9107a7f1
2 changed files with 33 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
PUSHD %~dp0
.\UnityWebPlayer.exe /quiet /S
robocopy WebPlayer "%USERPROFILE%\AppData\LocalLow\Unity\WebPlayer" /s /e
del "%USERPROFILE%\AppData\LocalLow\Unity\WebPlayer\UnityBugReporter.exe"
POPD