python 3.8 arguments </3

This commit is contained in:
Dpeta 2022-11-19 10:21:13 +01:00
parent aa78599c0a
commit 08812b0448

View file

@ -73,7 +73,7 @@ jobs:
- name: Install PyInstaller
run: python -m pip install --upgrade PyInstaller
- name: Run PyInstaller
run: python3 pyinst.py --no-prompts --onefile --no-upx --crt --no-clean --windowed
run: python3 pyinst.py --prompts False --onefile True --upx False --crt True --clean False --windowed True
- name: Create archive (.zip)
run: tar.exe -a -c -f Pesterchum_win32_py38.zip -C dist Pesterchum
- uses: actions/upload-artifact@v3