mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	Fix fetch_windows target in Makefile
This commit is contained in:
		
							
								
								
									
										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? | ||||
		Reference in New Issue
	
	Block a user