projects
/
bitmask_bundler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae02ccc
)
[bug] files have to be added after pyinstaller
author
Kali Kaneko
<kali@futeisha.org>
Wed, 26 Aug 2015 20:12:04 +0000
(16:12 -0400)
committer
Kali Kaneko
<kali@futeisha.org>
Wed, 26 Aug 2015 20:12:04 +0000
(16:12 -0400)
otherwise the build folder is destroyed after the missing files have
been added.
bundle_pyinstaller.sh
patch
|
blob
|
history
diff --git
a/bundle_pyinstaller.sh
b/bundle_pyinstaller.sh
index
5a10a8a
..
c2d551c
100755
(executable)
--- 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