From 3522deefc95bec212d735ee21937cd5ec6792999 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 26 Jun 2017 11:30:05 -0300 Subject: [PATCH] Crowdin script - save the downloaded file as freecad.zip --- src/Tools/updatecrowdin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index 256a284116..f940b9c6e0 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -162,7 +162,7 @@ if __name__ == "__main__": elif arg == "download": print "Downloading all.zip in current directory..." - cmd = "wget "+url+"download/all.zip"+key + cmd = "wget -O freecad.zip "+url+"download/all.zip"+key os.system(cmd) elif arg == "update":