Skip to content

Commit

Permalink
Update command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Sep 24, 2023
1 parent 51859d1 commit a765152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a765152

Please sign in to comment.