We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3709f commit 17f9657Copy full SHA for 17f9657
.gitignore
@@ -1,4 +1,5 @@
1
Goalodoro.App
2
+Goalodoro.exe
3
4
goals.json
5
storage
Makefile
@@ -9,4 +9,8 @@ BUILD_NO=1
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
+ 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