We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632c732 commit 0952a37Copy full SHA for 0952a37
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
architecture: ${{ matrix.architecture }}
25
- name: Install python dependencies
26
run: pip install poetry && poetry install -E win
27
+ - name: Generate mo files
28
+ run: poetry run poe generate-mo
29
- name: Build
30
run: poetry run python builder.py build
31
- name: Generate installer
0 commit comments