a
This commit is contained in:
parent
36f37a490a
commit
fa126cffb8
Binary file not shown.
BIN
build/exe.win-amd64-3.7/__pycache__/colours.cpython-37.pyc
Normal file
BIN
build/exe.win-amd64-3.7/__pycache__/colours.cpython-37.pyc
Normal file
Binary file not shown.
BIN
build/exe.win-amd64-3.7/__pycache__/config.cpython-37.pyc
Normal file
BIN
build/exe.win-amd64-3.7/__pycache__/config.cpython-37.pyc
Normal file
Binary file not shown.
BIN
build/exe.win-amd64-3.7/__pycache__/events.cpython-37.pyc
Normal file
BIN
build/exe.win-amd64-3.7/__pycache__/events.cpython-37.pyc
Normal file
Binary file not shown.
BIN
build/exe.win-amd64-3.7/__pycache__/maps.cpython-37.pyc
Normal file
BIN
build/exe.win-amd64-3.7/__pycache__/maps.cpython-37.pyc
Normal file
Binary file not shown.
BIN
build/exe.win-amd64-3.7/__pycache__/sprites.cpython-37.pyc
Normal file
BIN
build/exe.win-amd64-3.7/__pycache__/sprites.cpython-37.pyc
Normal file
Binary file not shown.
BIN
dist/mygame
vendored
BIN
dist/mygame
vendored
Binary file not shown.
32
mygame.spec
32
mygame.spec
@ -1,32 +0,0 @@
|
||||
# -*- mode: python -*-
|
||||
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['mygame.py'],
|
||||
pathex=['/home/marcin/Documents/Python Project'],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
win_no_prefer_redirects=False,
|
||||
win_private_assemblies=False,
|
||||
cipher=block_cipher,
|
||||
noarchive=False)
|
||||
pyz = PYZ(a.pure, a.zipped_data,
|
||||
cipher=block_cipher)
|
||||
exe = EXE(pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
[],
|
||||
name='mygame',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
runtime_tmpdir=None,
|
||||
console=False , icon='icon.ico')
|
Loading…
Reference in New Issue
Block a user