Update comment

This commit is contained in:
Yudi 2025-05-09 20:11:02 -03:00
parent e7bd210d03
commit 73afe077db
No known key found for this signature in database
GPG key ID: E4743B2F033961D1

View file

@ -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
}