File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1313 required : true
1414 jobs :
1515 description : ' Number of parallel jobs to build with'
16- default : 1
16+ default : 4
1717 type : number
1818 qt_version :
1919 description : ' Qt version to use'
9898
9999 # Read-write format in case Resources needs to be updated
100100 - name : Create disk image
101- run : hdiutil create -volname "SerialPrograms" -format UDRW -srcfolder SerialPrograms.app SerialPrograms.dmg
101+ run : |
102+ brew install create-dmg
103+ mkdir dmg
104+ cd dmg
105+ cp -r ../SerialPrograms.app .
106+ create-dmg --volname "SerialPrograms Installer" \
107+ --window-pos 150 150 \
108+ --window-size 600 400 \
109+ --icon-size 128 \
110+ --icon "SerialPrograms.app" 140 160 \
111+ --hide-extension "SerialPrograms.app" \
112+ --app-drop-link 450 160 \
113+ "SerialPrograms-Installer.dmg" \
114+ "./"
102115
103116 - name : Upload artifact
104117 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments