Skip to content

Commit dd7d981

Browse files
committed
add assets for windows build
1 parent 95dfe99 commit dd7d981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ windows: build rsrc
4646
go build -ldflags "-s -w -H=windowsgui" -trimpath -v -o build/windows/tinc-desktop.exe ./cmd/tinc-desktop
4747
rm tinc-desktop.syso
4848
cp -r assets/windows/. build/windows/
49-
cd build/windows && powershell "Compress-Archive tinc-desktop.exe ../tinc-desktop-win64.zip"
49+
cd build/windows && powershell "Compress-Archive * ../tinc-desktop-win64.zip"
5050

5151
install: linux windows darwin
5252

0 commit comments

Comments
 (0)