File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 codesign --force --deep --options runtime --sign "$IDENTITY" dist/Petey.app
5757
5858 - name : Create DMG
59- run : hdiutil create -volname "Petey" -srcfolder dist/Petey.app -ov -format UDZO dist/Petey-macOS.dmg
59+ run : |
60+ brew install create-dmg
61+ create-dmg \
62+ --volname "Petey" \
63+ --volicon "desktop/Petey.icns" \
64+ --background "desktop/dmg-background.png" \
65+ --window-size 660 400 \
66+ --icon "Petey.app" 150 185 \
67+ --app-drop-link 510 185 \
68+ --icon-size 100 \
69+ --hide-extension "Petey.app" \
70+ --no-internet-enable \
71+ "dist/Petey-macOS.dmg" \
72+ "dist/Petey.app"
6073
6174 - name : Sign DMG
6275 env :
Original file line number Diff line number Diff line change 4545 uses : peter-evans/dockerhub-description@v4
4646 with :
4747 username : afriedman412
48- password : ${{ secrets.DOCKERHUB_TOKEN }}
48+ password : ${{ secrets.DOCKERHUB_PASSWORD }}
4949 repository : afriedman412/petey
5050 readme-filepath : ./README.md
You can’t perform that action at this time.
0 commit comments