Automate production of zip files for Windows
This commit is contained in:
parent
4f954896a8
commit
b553c23d5b
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -137,3 +137,7 @@ startdev:
|
||||||
|
|
||||||
gen_tests:
|
gen_tests:
|
||||||
cd fstest/fstests && go generate
|
cd fstest/fstests && go generate
|
||||||
|
|
||||||
|
winzip:
|
||||||
|
zip -9 rclone-$(TAG).zip rclone.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue