From a7651528521fa876c8c35417af04fdcff465955a Mon Sep 17 00:00:00 2001 From: Matt Kubilus Date: Sun, 24 Sep 2023 16:13:49 -0400 Subject: [PATCH] Update command syntax --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e98ba39..c672c4b7 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ _autoortho_win.exe: autoortho/.version --include-data-file=./autoortho/aoimage/*.dll=aoimage/ \ --include-data-dir=./autoortho/imgs=imgs \ --onefile \ - --windows-disable-console \ + --disable-console \ ./autoortho/__main__.py -o autoortho_win.exe __main__.dist: autoortho/.version @@ -62,7 +62,7 @@ __main__.dist: autoortho/.version --include-data-file=./autoortho/aoimage/*.dll=aoimage/ \ --include-data-dir=./autoortho/imgs=imgs \ --standalone \ - --windows-disable-console \ + --disable-console \ ./autoortho/__main__.py -o autoortho_win.exe win_exe: AutoOrtho_win_$(VERSION).exe