Skip to content

Commit

Permalink
Merge pull request #198 from daniel-brosche/feature/improve_pyinstall…
Browse files Browse the repository at this point in the history
…er_windows_support

Improve PyInstaller build for Windows (remove --windowed option)
  • Loading branch information
jacebrowning committed Feb 4, 2019
2 parents df4b72e + 0fc25a8 commit d0d35e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -163,7 +163,7 @@ $(EXE_FILES): $(MODULES) $(PACKAGE).spec
poetry run pyinstaller $(PACKAGE).spec --noconfirm --clean

$(PACKAGE).spec:
poetry run pyi-makespec $(PACKAGE)/__main__.py --onefile --windowed --additional-hooks-dir=gitman --name=$(PACKAGE)
poetry run pyi-makespec $(PACKAGE)/__main__.py --onefile --additional-hooks-dir=gitman --name=$(PACKAGE)

# RELEASE #####################################################################

Expand Down

0 comments on commit d0d35e6

Please sign in to comment.