From 9aea2e2814137274c94d59117368c9491375b6d2 Mon Sep 17 00:00:00 2001 From: Obbart Date: Thu, 22 Oct 2020 23:27:11 +0200 Subject: [PATCH] fixato nome file linux --- SPEx/scripts/create_SPEX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEx/scripts/create_SPEX.sh b/SPEx/scripts/create_SPEX.sh index d818fdb..c3ab2bb 100755 --- a/SPEx/scripts/create_SPEX.sh +++ b/SPEx/scripts/create_SPEX.sh @@ -3,7 +3,7 @@ pyinstaller --add-data="../.venv/lib/python3.8/site-packages/text_unidecode/data.bin":./text_unidecode \ --icon="../spex/logo.ico" \ --paths ./libbananasplit --paths ./UserInterface/compiledUI \ - --name=SPEx.exe \ + --name=SPEx \ --onefile \ --windowed -y \ ../spex/guimain.py