Skip to content

Commit

Permalink
Remove terminal from binary
Browse files Browse the repository at this point in the history
  • Loading branch information
parsiad committed Aug 18, 2024
1 parent a823e08 commit 7d6d804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME:=nexus_autodl
all: build

build: $(NAME).py
pyinstaller --clean -F $<
pyinstaller --clean --noconsole -F $<

clean:
$(RM) -r build dist *.spec
Expand Down

0 comments on commit 7d6d804

Please sign in to comment.