Skip to content

Commit

Permalink
change binpythonfull to binpython
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLab committed Sep 30, 2022
1 parent bf4b836 commit 4610e6a
Show file tree
Hide file tree
Showing 20 changed files with 34,699 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binpythonfull.py → binpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
####################################
#build configure

ver = "0.43-build-full"
ver = "0.43"

libs_warning = "1"
#1 is ture 0 is false.
Expand Down
2 changes: 1 addition & 1 deletion binpythonfull.spec → binpython.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
block_cipher = None
from pywebio.utils import pyinstaller_datas

a = Analysis(['binpythonfull.py'],
a = Analysis(['binpython.py'],
pathex=[],
binaries=[],
datas=pyinstaller_datas(),
Expand Down
4,207 changes: 4,207 additions & 0 deletions build/binpython/Analysis-00.toc

Large diffs are not rendered by default.

3,186 changes: 3,186 additions & 0 deletions build/binpython/EXE-00.toc

Large diffs are not rendered by default.

3,179 changes: 3,179 additions & 0 deletions build/binpython/PKG-00.toc

Large diffs are not rendered by default.

Binary file added build/binpython/PYZ-00.pyz
Binary file not shown.
1,138 changes: 1,138 additions & 0 deletions build/binpython/PYZ-00.toc

Large diffs are not rendered by default.

Loading

0 comments on commit 4610e6a

Please sign in to comment.