Skip to content

Commit

Permalink
add translation files to dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Feb 3, 2024
1 parent 74fa0c2 commit ba3b293
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildpackage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
pyinstaller --clean Pronterface.spec -y
pyinstaller --clean Pronsole.spec -y
- name: Copy translation files
run: |
cp -r locale dist
- name: Configuration for releases
if: ${{ github.event_name == 'release' }}
run: |
Expand All @@ -83,4 +87,4 @@ jobs:
path: |
dist/Pronterface.exe
dist/Pronsole.exe
local
dist/locale

0 comments on commit ba3b293

Please sign in to comment.