use pyinstaller 4.3

pull/417/head
Holger Müller 2021-06-21 18:32:47 +02:00
rodzic e413baa482
commit b0a21bc164
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install PyInstaller==4.0
pip install PyInstaller==4.3
- name: Build binary
run: |
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py