appveyor.yml: try out --console --nowindowed

pull/168/head
parent be8369373f
commit 83f9c32328
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -26,7 +26,8 @@ build: off
after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel"
- "%PYTHON%\\python.exe -m PyInstaller --clean --onefile --noconsole src/img2pdf.py"
- "%PYTHON%\\python.exe -m PyInstaller --clean --onefile --console --nowindowed --name img2pdf src/img2pdf.py"
#- "%PYTHON%\\python.exe -m PyInstaller --clean --onefile --noconsole --windowed --name img2pdf_windowed src/img2pdf.py"
artifacts:
- path: dist\*

Loading…
Cancel
Save