mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-14 10:40:06 +00:00
5 lines
199 B
Batchfile
5 lines
199 B
Batchfile
|
PUSHD %~dp0
|
||
|
.\UnityWebPlayer.exe /quiet /S
|
||
|
robocopy WebPlayer "%USERPROFILE%\AppData\LocalLow\Unity\WebPlayer" /s /e
|
||
|
del "%USERPROFILE%\AppData\LocalLow\Unity\WebPlayer\UnityBugReporter.exe"
|
||
|
POPD
|