Fix inno dir (#34116)

Fix inno dir for nightly builds

Release Notes:

- N/A
This commit is contained in:
localcc 2025-07-09 19:03:53 +02:00 committed by GitHub
parent 93bfae71dc
commit de0e6f716c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,8 +44,6 @@ function CheckEnvironmentVariables {
}
}
$innoDir = "$env:ZED_WORKSPACE\inno"
function PrepareForBundle {
if (Test-Path "$innoDir") {
Remove-Item -Path "$innoDir" -Recurse -Force
@ -236,6 +234,8 @@ function BuildInstaller {
}
ParseZedWorkspace
$innoDir = "$env:ZED_WORKSPACE\inno"
CheckEnvironmentVariables
PrepareForBundle
BuildZedAndItsFriends