change name of executable
Package Application with PyInstaller / build (push) Has been cancelled

This commit is contained in:
LunaChocken
2025-06-09 14:53:01 +01:00
parent 9c2073f1ad
commit d8a49d04a3
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='steamPathCLI.sh',
name='spath.sh',
debug=False,
bootloader_ignore_signals=False,
strip=False,