We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a82ed commit 6d6d14eCopy full SHA for 6d6d14e
Makefile
@@ -15,5 +15,6 @@ build-windows:
15
rm ${BINARY_NAME_WINDOWS}
16
fyne package -os windows -name ${BINARY_NAME_WINDOWS} -appID ${APP_ID_WINDOWS} -release
17
18
+# Make sure to do `npm install --global create-dmg`
19
create-dmg:
20
create-dmg 'Keep Command.app'
0 commit comments