Skip to content

Commit 5ffe9d1

Browse files
committed
Fixed build script for linux using python3.
1 parent f7b3403 commit 5ffe9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_command_line_linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ rm Web2ExeLinux/files/error.log Web2ExeLinux/files/last_project_path.txt Web2Exe
1919
zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
2020
zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux
2121

22-
python upload_release.py
22+
python3.4 upload_release.py

0 commit comments

Comments
 (0)