1
0
Fork 0
forked from josch/img2pdf

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

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-04-30 08:51:08 +02:00
parent be8369373f
commit 83f9c32328
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -26,7 +26,8 @@ build: off
after_test: after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel" - "%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: artifacts:
- path: dist\* - path: dist\*