fix: добавлены переводы для QMessageBox (#73)

This commit is contained in:
2023-10-05 21:27:51 +03:00
committed by GitHub
parent a89d7896e3
commit e653c3df29
6 changed files with 76 additions and 88 deletions

View File

@@ -47,7 +47,8 @@ jobs:
- name: Установка зависимостей
run: poetry install
- name: Сборка
run: poetry run pyinstaller ${{ matrix.spec }}.spec\
if:
run: pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }}
- name: Архивация
uses: thedoctor0/zip-release@0.7.1
with: