summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2023-09-25 13:06:46 -0400
committermarios8543 <marios8543@gmail.com>2023-10-17 17:08:23 +0300
commitbf83eabe6b19e560bc3e5fd5ae961edf7aea6839 (patch)
tree3ae98ed5761e9a329a422fe43ee3317784b0c26e /.github/workflows/build.yml
parenta7c358844c96b7fb52f4a7e8d16a5cd928a1ca12 (diff)
downloaddecky-loader-bf83eabe6b19e560bc3e5fd5ae961edf7aea6839.tar.gz
decky-loader-bf83eabe6b19e560bc3e5fd5ae961edf7aea6839.zip
move to module imports
Diffstat (limited to '.github/workflows/build.yml')
-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 fe58eecb..04e932cd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
run: pnpm run build
- name: Build Python Backend 🛠️
- 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 --hidden-import=sqlite3 ./backend/*.py
+ run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data ./backend/static:/backend/static --add-data ./backend/locales:/backend/locales --add-data ./backend/legacy:/backend/legacy --add-data ./plugin:/plugin --hidden-import=sqlite3 ./main.py
- name: Upload package artifact ⬆️
if: ${{ !env.ACT }}