diff options
| author | tza <marios8543@gmail.com> | 2022-04-04 18:10:06 +0300 |
|---|---|---|
| committer | tza <marios8543@gmail.com> | 2022-04-04 18:10:06 +0300 |
| commit | 50382ad3d2a45f481acf22c8f05e5de221d26498 (patch) | |
| tree | 650bce6567f0264096c8027be9ea7ee5021a7922 | |
| parent | 8c142c01bda31a164cf5bacf5a7ae85366334a61 (diff) | |
| parent | a52399cc005056a4da2a8522b833e346e487c3f1 (diff) | |
| download | decky-loader-50382ad3d2a45f481acf22c8f05e5de221d26498.tar.gz decky-loader-50382ad3d2a45f481acf22c8f05e5de221d26498.zip | |
Merge branch 'main' of https://github.com/SteamDeckHomebrew/PluginLoader
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | plugin_loader.service | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -21,6 +21,10 @@ - Allows plugins to define python functions and run them from javascript. - Allows plugins to make fetch calls, bypassing cors completely. +## Caveats + +- You can only interact with the Plugin Menu via touchscreen. + ## Credit The original idea for the concept is based on the work of [marios8543's steamdeck-ui-inject](https://github.com/marios8543/steamdeck-ui-inject) project. diff --git a/plugin_loader.service b/plugin_loader.service index 9f532fa3..8c979ea0 100644 --- a/plugin_loader.service +++ b/plugin_loader.service @@ -5,9 +5,9 @@ Description=SteamDeck Plugin Manager Type=simple ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py -WorkingDirectory/home/deck/homebrew/services/plugin_loader +WorkingDirectory=/home/deck/homebrew/services/plugin_loader Environment=PLUGIN_PATH=/home/deck/homebrew/plugins [Install] -WantedBy=default.target
\ No newline at end of file +WantedBy=default.target |
