mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Fix fetch_windows target in Makefile
This commit is contained in:
parent
c8b5ee1e54
commit
0b6fba34a3
7
Makefile
7
Makefile
@ -131,9 +131,10 @@ travis_beta:
|
||||
|
||||
# Fetch the windows builds from appveyor
|
||||
fetch_windows:
|
||||
rclone -v copy --include 'rclone-v*-windows-*.zip' memstore:beta-rclone-org build/$(TAG) build/
|
||||
cp -av rclone-v*-windows-*.zip rclone-current-windows-386.zip
|
||||
cp -av rclone-v*-windows-*.zip rclone-current-windows-amd64.zip
|
||||
rclone -v copy --include 'rclone-v*-windows-*.zip' memstore:beta-rclone-org/$(TAG) build/
|
||||
-#cp -av build/rclone-v*-windows-386.zip build/rclone-current-windows-386.zip
|
||||
-#cp -av build/rclone-v*-windows-amd64.zip build/rclone-current-windows-amd64.zip
|
||||
md5sum build/rclone-*-windows-*.zip | sort
|
||||
|
||||
serve: website
|
||||
cd docs && hugo server -v -w
|
||||
|
@ -33,6 +33,4 @@ Early in the next release cycle update the vendored dependencies
|
||||
* carry forward any patches to vendor stuff
|
||||
* git commit -a -v
|
||||
|
||||
## Make version number go to -DEV and check in
|
||||
|
||||
Make the version number be just in a file?
|
Loading…
Reference in New Issue
Block a user