fix: windows build (#368)
This commit is contained in:
7
dist/platforms/windows/activate.ps1
vendored
Normal file
7
dist/platforms/windows/activate.ps1
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Activates Unity
|
||||
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
||||
-username $Env:UNITY_EMAIL `
|
||||
-password $Env:UNITY_PASSWORD `
|
||||
-serial $Env:UNITY_SERIAL `
|
||||
-projectPath "c:/BlankProject" `
|
||||
-logfile | Out-Host
|
||||
Reference in New Issue
Block a user