We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6b9ed commit 08a82edCopy full SHA for 08a82ed
.DS_Store
8 KB
Makefile
@@ -5,12 +5,15 @@ APP_ID_WINDOWS=com.keepcommand.aa
5
6
APP_NAME="Keep Command"
7
VERSION=0.1.1
8
-BUILD_NO=1
+BUILD_NO=2
9
10
build-macos:
11
rm -rf ${BINARY_NAME_MACOS}
12
fyne package -appVersion ${VERSION} -appBuild ${BUILD_NO} -name ${APP_NAME} -release -icon Icon.png
13
14
build-windows:
15
rm ${BINARY_NAME_WINDOWS}
16
- fyne package -os windows -name ${BINARY_NAME_WINDOWS} -appID ${APP_ID_WINDOWS} -release
+ fyne package -os windows -name ${BINARY_NAME_WINDOWS} -appID ${APP_ID_WINDOWS} -release
17
+
18
+create-dmg:
19
+ create-dmg 'Keep Command.app'
0 commit comments