summaryrefslogtreecommitdiff
path: root/bundle_pyinstaller.sh
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-08-26 16:12:04 -0400
committerKali Kaneko <kali@futeisha.org>2015-08-26 16:12:04 -0400
commit1c850fbf9da31774d322b06dae41778b62aa804d (patch)
tree58e6a9f2fbad40c8cc6e6ffc602195a972516e42 /bundle_pyinstaller.sh
parentae02ccc823ddfb7cb54e2d49ee78835f7c24e56f (diff)
[bug] files have to be added after pyinstaller
otherwise the build folder is destroyed after the missing files have been added.
Diffstat (limited to 'bundle_pyinstaller.sh')
-rwxr-xr-xbundle_pyinstaller.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle_pyinstaller.sh b/bundle_pyinstaller.sh
index 5a10a8a..c2d551c 100755
--- a/bundle_pyinstaller.sh
+++ b/bundle_pyinstaller.sh
@@ -283,7 +283,7 @@ clone_repos
install_requirements
install_sumo $sumo_path
tweak_zope
-add_files
run_pyinstaller
+add_files
tweak_linux
archive_bundle