wip
This commit is contained in:
parent
b71bedb62a
commit
fb72e5f1c2
46 changed files with 3027 additions and 742 deletions
|
|
@ -2,7 +2,7 @@
|
|||
from kivy_deps import sdl2, glew
|
||||
|
||||
a = Analysis(
|
||||
['src\\markovbot_gui\\main.py'],
|
||||
["src\\markovbot_gui\\main.py"],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
|
|
@ -22,7 +22,7 @@ exe = EXE(
|
|||
a.binaries,
|
||||
a.datas,
|
||||
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)],
|
||||
name='markovbot',
|
||||
name="markovbot",
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue