Revert "fixed workdir path"

This reverts commit d35b97fdec.
This commit is contained in:
dzaitsev
2025-05-21 20:08:44 +03:00
parent d35b97fdec
commit 080d98389d
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
# zip_full.ps1
$host.UI.RawUI.WindowTitle = "Full Installer Zipper"
Write-Host "`n===== [AZAION SUITE FULL PACKAGER] =====" -ForegroundColor Cyan
@@ -19,7 +20,6 @@ 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 ..