We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dfe99 commit dd7d981Copy full SHA for dd7d981
Makefile
@@ -46,7 +46,7 @@ windows: build rsrc
46
go build -ldflags "-s -w -H=windowsgui" -trimpath -v -o build/windows/tinc-desktop.exe ./cmd/tinc-desktop
47
rm tinc-desktop.syso
48
cp -r assets/windows/. build/windows/
49
- cd build/windows && powershell "Compress-Archive tinc-desktop.exe ../tinc-desktop-win64.zip"
+ cd build/windows && powershell "Compress-Archive * ../tinc-desktop-win64.zip"
50
51
install: linux windows darwin
52
0 commit comments