fix(actions): update README generation method in macOS notarization workflow for improved clarity and maintainability
All checks were successful
Test macOS Build Action / test-macos-build (push) Successful in 51m59s

This commit is contained in:
Ozgur 2025-04-17 16:10:10 +02:00
parent 4bc9e5a3ed
commit 82b563f96d
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -213,15 +213,8 @@ jobs:
chmod +x "./PackagedReleases/Install/install_luckyworld.sh"
# Create a simple README
cat > "./PackagedReleases/Install/README.txt" << EOF
LuckyWorld Installer
===================
1. Double-click 'install_luckyworld.sh' to install
2. Follow on-screen instructions
For help: https://luckyrobots.io
EOF
echo "Writing README file"
printf "LuckyWorld Installer\n===================\n\n1. Double-click install_luckyworld.sh to install\n2. Follow on-screen instructions\n\nFor help: https://luckyrobots.io\n" > "./PackagedReleases/Install/README.txt"
# Create DMG using direct hdiutil approach (native macOS command)
CUSTOM_DMG_PATH="./PackagedReleases/LuckyWorld-Installer.dmg"