diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 47c61f4c..ae2c7086 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -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"