From 64f12e84db7c7f2be0c861e3706597acd4b8fd54 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 19:24:39 +0200 Subject: [PATCH] CAPSLOCK1 --- pyinstaller.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 0104e0b..3e15de1 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -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') \ No newline at end of file + name='TETRIS2000') \ No newline at end of file