mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-23 00:02:16 -05:00
Only .pyc files are included in the zip package.
Since it's "freezed" it doesn't make any sense to include .py files. git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@206 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
parent
926cf96177
commit
8a1b4f9d74
1
make_pkg
1
make_pkg
@ -8,6 +8,7 @@ make_archive() {
|
|||||||
for i in `find $tempdir -type f -name "*.py" | grep -v "__init__"`
|
for i in `find $tempdir -type f -name "*.py" | grep -v "__init__"`
|
||||||
do
|
do
|
||||||
python2.7 -m py_compile $i
|
python2.7 -m py_compile $i
|
||||||
|
rm $i
|
||||||
done
|
done
|
||||||
cd $tempdir
|
cd $tempdir
|
||||||
zip -q -r $curdir/$base.zip *
|
zip -q -r $curdir/$base.zip *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user