From 2593e6ae72cd1522011881391db1cab144c4dc13 Mon Sep 17 00:00:00 2001 From: Junior Date: Thu, 13 Jun 2024 16:38:07 -0400 Subject: [PATCH] Change executable file name for 015_pyinstaller --- PyGame/Basics/015_pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyGame/Basics/015_pyinstaller.spec b/PyGame/Basics/015_pyinstaller.spec index e86b9e0..392a3fd 100644 --- a/PyGame/Basics/015_pyinstaller.spec +++ b/PyGame/Basics/015_pyinstaller.spec @@ -22,7 +22,7 @@ exe = EXE( a.binaries, a.datas, [], - name='015_pyinstaller', + name='TootToot', debug=False, bootloader_ignore_signals=False, strip=False,