From 73afe077db3a88ab5019d12b43bfeef73fbc0ced Mon Sep 17 00:00:00 2001 From: Yudi <12040397+Yudi@users.noreply.github.com> Date: Fri, 9 May 2025 20:11:02 -0300 Subject: [PATCH] Update comment --- bundle-macos-app.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle-macos-app.ps1 b/bundle-macos-app.ps1 index 5d97bea1..50536891 100644 --- a/bundle-macos-app.ps1 +++ b/bundle-macos-app.ps1 @@ -62,7 +62,7 @@ $plistContent = @" Set-Content -Path (Join-Path $contentsDir "Info.plist") -Value $plistContent -# Copy all built application files into the .app's MacOS directory +# Move all built application files into the .app's MacOS directory Get-ChildItem -Path $PublishDir | ForEach-Object { Move-Item -Path $_.FullName -Destination $macosDir -Force }