From 83f9c32328f378b2e705fa6072cbbede9dd07fd6 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 30 Apr 2023 08:51:08 +0200 Subject: [PATCH] appveyor.yml: try out --console --nowindowed --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 49f1965..f9e380e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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\*