Skip to content

Commit 17f9657

Browse files
added build command for windows
1 parent 6a3709f commit 17f9657

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Goalodoro.App
2+
Goalodoro.exe
23

34
goals.json
45
storage

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ BUILD_NO=1
99

1010
build-macos:
1111
rm -rf ${BINARY_NAME_MACOS}
12-
fyne package -appVersion ${VERSION} -appBuild ${BUILD_NO} -name ${APP_NAME} -release -icon Icon.png
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

0 commit comments

Comments
 (0)