fixed workdir path

This commit is contained in:
dzaitsev
2025-05-21 19:34:56 +03:00
parent 541429aabd
commit d35b97fdec
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,3 @@
# zip_full.ps1
$host.UI.RawUI.WindowTitle = "Full Installer Zipper"
Write-Host "`n===== [AZAION SUITE FULL PACKAGER] =====" -ForegroundColor Cyan
@@ -20,6 +19,7 @@ function Show-ProgressBar {
Write-Host "[INFO] Preparing to package Full installer..." -ForegroundColor Yellow
# Change working directory to the script location, then one level up
Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path)
Set-Location ..