Skip to content

Commit 08a82ed

Browse files
updaetd Makefile
1 parent 5f6b9ed commit 08a82ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.DS_Store

8 KB
Binary file not shown.

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ APP_ID_WINDOWS=com.keepcommand.aa
55

66
APP_NAME="Keep Command"
77
VERSION=0.1.1
8-
BUILD_NO=1
8+
BUILD_NO=2
99

1010
build-macos:
1111
rm -rf ${BINARY_NAME_MACOS}
1212
fyne package -appVersion ${VERSION} -appBuild ${BUILD_NO} -name ${APP_NAME} -release -icon Icon.png
1313

1414
build-windows:
1515
rm ${BINARY_NAME_WINDOWS}
16-
fyne package -os windows -name ${BINARY_NAME_WINDOWS} -appID ${APP_ID_WINDOWS} -release
16+
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

Comments
 (0)