summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-06-30 16:48:49 -0400
committerGitHub <noreply@github.com>2022-06-30 16:48:49 -0400
commit67495d30d696eeb8b6e31a953d52a6a3208545ed (patch)
tree48a0e07bc41792f45a9d9a9b54e8b9e69f6ad8af /.github
parentd72f364a8d032ca53c35c22c8dbe01ba354629df (diff)
downloaddecky-loader-67495d30d696eeb8b6e31a953d52a6a3208545ed.tar.gz
decky-loader-67495d30d696eeb8b6e31a953d52a6a3208545ed.zip
fix packager
Diffstat (limited to '.github')
-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 e6a16430..24310a2b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
- name: 🛠️ Build
run: |
- pyinstaller --noconfirm --onefile --name "Decky" --add-data ./backend/static:/static ./backend/*.py
+ pyinstaller --noconfirm --onefile --name "Decky" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py
- name: ⬆️ Upload package
uses: actions/upload-artifact@v2