Skip to content

Commit

Permalink
Added translate files to windows executable
Browse files Browse the repository at this point in the history
  • Loading branch information
w9cf committed Jan 22, 2023
1 parent 9049e85 commit 3743547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
wine C:/Python38/Scripts/pyuic5.exe -i 3 -o cwsimgui.py cwsimgui.ui
wine C:/Python38/Scripts/pyinstaller.exe -w -F --clean \
--add-data "MASTER.SCP;." --add-data "cwsimgui.ui;." \
--add-data "translate/*.qm;translate/" \
-n cwsim cwsim.py
cd ..
RELEASE="0.01"
RELEASE="0.04"
echo "G_RELEASE=${RELEASE}" >> $GITHUB_ENV
rm -rf tmp
mkdir -p tmp
Expand Down

0 comments on commit 3743547

Please sign in to comment.