From 1c850fbf9da31774d322b06dae41778b62aa804d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 26 Aug 2015 16:12:04 -0400 Subject: [bug] files have to be added after pyinstaller otherwise the build folder is destroyed after the missing files have been added. --- bundle_pyinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle_pyinstaller.sh') 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 -- cgit v1.2.3