Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit ca77b1d

Browse files
💀 Update Makefile
1 parent e046e0e commit ca77b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ release: clean-package ## Build and upload packages, regarding branch name as ve
4141
@echo '2. Packaging'
4242
@echo 'Linux...'
4343
make package-linux
44-
tar zfc dist/gowl-$(branch_version)-x86_64-linux.tar.gz dist/gowl --remove-files
44+
tar zfc dist/gowl-$(branch_version)-x86_64-linux.tar.gz dist/gowl
45+
rm -rf dist/gowl
4546
@echo 'Windows...'
4647
make package-windows
4748
7z a dist/gowl-$(branch_version)-x86_64-windows.zip dist/gowl.exe

0 commit comments

Comments
 (0)