From 5ffe9d18ecd8d776a79be3f1940520736dc5c7b6 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Wed, 27 Jan 2016 21:25:46 -0700 Subject: [PATCH] Fixed build script for linux using python3. --- build_command_line_linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_command_line_linux.bash b/build_command_line_linux.bash index f67b606..3df1f97 100755 --- a/build_command_line_linux.bash +++ b/build_command_line_linux.bash @@ -19,4 +19,4 @@ rm Web2ExeLinux/files/error.log Web2ExeLinux/files/last_project_path.txt Web2Exe zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/* zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux -python upload_release.py +python3.4 upload_release.py