summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarco Rodolfi <marco.rodolfi@tuta.io>2023-05-18 12:03:19 +0200
committerGitHub <noreply@github.com>2023-05-18 03:03:19 -0700
commit3c52b33e18f5786cce6c4e626a720a559b0d41b2 (patch)
treea850f9a34731f63fcbaf069e77be56d3f547ddf1 /.github/workflows
parentd99f332523c1e70df8ed1f0d024cc6dd77607433 (diff)
downloaddecky-loader-3c52b33e18f5786cce6c4e626a720a559b0d41b2.tar.gz
decky-loader-3c52b33e18f5786cce6c4e626a720a559b0d41b2.zip
[Hotfix] Windows lang fix (#457)
* Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate * Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo * Typo on translation variable * Hotfix: Fix for missing locale data on windows
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8c6a4efc..104b1f70 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
run: pnpm run build
- name: Build Python Backend 🛠️
- run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data "./backend/static;/static" --add-data "./backend/legacy;/legacy" --add-data "./plugin;/plugin" ./backend/main.py
+ run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data "./backend/static;/static" --add-data "./backend/locales;/locales" --add-data "./backend/legacy;/legacy" --add-data "./plugin;/plugin" ./backend/main.py
- name: Upload package artifact ⬆️
uses: actions/upload-artifact@v3