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
All checks were successful
Test macOS Build Action / test-macos-build (push) Successful in 51m59s
This commit is contained in:
parent
4bc9e5a3ed
commit
82b563f96d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user