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