mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
chore: Added Applications folder in Mac installer (#369)
This commit is contained in:
parent
eda862e3b5
commit
2f7d7bc182
3 changed files with 73 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -222,8 +222,11 @@ jobs:
|
|||
APP_DIR="build/macos/Build/Products/Release-production"
|
||||
mv "$APP_DIR/fladder.app" "$APP_DIR/Fladder.app"
|
||||
|
||||
- name: Create DMG file
|
||||
run: hdiutil create -format UDZO -srcfolder build/macos/Build/Products/Release-production/Fladder.app build/macos/Build/Products/Release-production/macOS.dmg
|
||||
- name: Install create-dmg
|
||||
run: brew install create-dmg
|
||||
|
||||
- name: Create DMG with custom background
|
||||
run: ./scripts/create_dmg.sh
|
||||
|
||||
- name: Archive macOS artifact
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue