From 1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 1 May 2022 11:44:09 +0200 Subject: Ajout gestion des missions coté client & pro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/setup.py') diff --git a/src/setup.py b/src/setup.py index 56e2478..db06109 100644 --- a/src/setup.py +++ b/src/setup.py @@ -1,4 +1,7 @@ from os import system -system("pyinstaller -w -i ./gui/ressources/icon.ico main.py") + +res = system("pyinstaller -w -i .\\gui\\ressources\\icon.ico main.py") +if res == 0: + system(".\\dist\\main\\main.exe") -- cgit v1.2.3