mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
fixed workdir path
This commit is contained in:
+1
-1
@@ -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 ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user