Fix inno dir (#34116)
Fix inno dir for nightly builds Release Notes: - N/A
This commit is contained in:
parent
93bfae71dc
commit
de0e6f716c
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,6 @@ function CheckEnvironmentVariables {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$innoDir = "$env:ZED_WORKSPACE\inno"
|
|
||||||
|
|
||||||
function PrepareForBundle {
|
function PrepareForBundle {
|
||||||
if (Test-Path "$innoDir") {
|
if (Test-Path "$innoDir") {
|
||||||
Remove-Item -Path "$innoDir" -Recurse -Force
|
Remove-Item -Path "$innoDir" -Recurse -Force
|
||||||
|
@ -236,6 +234,8 @@ function BuildInstaller {
|
||||||
}
|
}
|
||||||
|
|
||||||
ParseZedWorkspace
|
ParseZedWorkspace
|
||||||
|
$innoDir = "$env:ZED_WORKSPACE\inno"
|
||||||
|
|
||||||
CheckEnvironmentVariables
|
CheckEnvironmentVariables
|
||||||
PrepareForBundle
|
PrepareForBundle
|
||||||
BuildZedAndItsFriends
|
BuildZedAndItsFriends
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue