diff --git a/bundle-macos-app.ps1 b/bundle-macos-app.ps1 index d5ef797b..958a1799 100644 --- a/bundle-macos-app.ps1 +++ b/bundle-macos-app.ps1 @@ -32,7 +32,7 @@ param( [Parameter(Mandatory=$true)] [string]$IconPath, - [string]$StagingDir = "app-bundle-staging" + [string]$StagingDir = "bundle-macos-app-staging" ) # Setup paths