You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -f cmd/launcher/resources/icon.icns ]; then cp cmd/launcher/resources/icon.icns "${UPDATE_FILES_DIR}/${OS}/${LAUNCHER_PROGRAM_NAME}.app/Contents/Resources/icon.icns"; fi
85
93
endif
86
-
$(info # make build finished)
87
94
88
95
bundle: ## Bundle OS-specific files. Call after signing
@@ -26,6 +27,7 @@ In this document, we will focus on how to get the project to build, i.e. success
26
27
-[`git`](https://git-scm.com/)
27
28
-[`go`](https://golang.org/) >= v1.13
28
29
-[`goversioninfo`](https://github.com/josephspurrier/goversioninfo) (Make sure to add `%GOPATH%\bin` to your `%PATH%`)
30
+
-[`upx`](https://upx.github.io/)
29
31
30
32
## Further instructions
31
33
1. Install [mingw-w64](https://mingw-w64.org) (specifically the [Mingw-builds](https://mingw-w64.org/doku.php/download/mingw-builds) package) as a recent GCC-compatible compiler.
0 commit comments