CAPSLOCK1

This commit is contained in:
adrienmalin 2018-08-21 19:24:39 +02:00
parent 08219de5b5
commit 64f12e84db

View File

@ -3,7 +3,7 @@
block_cipher = None block_cipher = None
a = Analysis(['Tetris2000.py'], a = Analysis(['TETRIS2000.py'],
pathex=[], pathex=[],
binaries=[], binaries=[],
datas=[ datas=[
@ -28,7 +28,7 @@ pyz = PYZ(a.pure, a.zipped_data,
exe = EXE(pyz, exe = EXE(pyz,
a.scripts, a.scripts,
exclude_binaries=True, exclude_binaries=True,
name='Tetris2000', name='TETRIS2000',
debug=False, debug=False,
strip=False, strip=False,
upx=False, upx=False,
@ -40,4 +40,4 @@ coll = COLLECT(exe,
a.datas, a.datas,
strip=False, strip=False,
upx=False, upx=False,
name='Tetris2000') name='TETRIS2000')