Update dist/platforms/windows/steps/return_license.ps1
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/305/head
parent
52bb48dd5c
commit
c9dc026ec8
|
|
@ -1,4 +1,4 @@
|
||||||
# Returns the active Unity license
|
# Return the active Unity license
|
||||||
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
||||||
-username $Env:UNITY_USER `
|
-username $Env:UNITY_USER `
|
||||||
-password $Env:UNITY_PASS `
|
-password $Env:UNITY_PASS `
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue