Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
ci(i18n): πŸ’š fix lang pack on linux
Browse files Browse the repository at this point in the history
Release-As: 1.4.2
  • Loading branch information
AnzhiZhang committed Jul 2, 2022
1 parent 067c4e6 commit 442f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pip install -r requirements.txt
- name: Make
run: pyinstaller -i icon.ico --clean --noconsole --add-data="lang;lang" --onefile main.py
run: pyinstaller -i icon.ico --clean --noconsole --add-data="lang:lang" --onefile main.py

- name: Generate Start Up Script
run: cd dist && echo "#!/bin/sh" >> start.sh && echo "export SSL_CERT_DIR=/etc/ssl/certs" >> start.sh && echo "./main" >> start.sh
Expand Down

0 comments on commit 442f00b

Please sign in to comment.