mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 18:12:00 +00:00
Merge branch 'main' of https://github.com/SteamDeckHomebrew/PluginLoader
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
- Allows plugins to define python functions and run them from javascript.
|
- Allows plugins to define python functions and run them from javascript.
|
||||||
- Allows plugins to make fetch calls, bypassing cors completely.
|
- Allows plugins to make fetch calls, bypassing cors completely.
|
||||||
|
|
||||||
|
## Caveats
|
||||||
|
|
||||||
|
- You can only interact with the Plugin Menu via touchscreen.
|
||||||
|
|
||||||
## Credit
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Description=SteamDeck Plugin Manager
|
|||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py
|
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
|
Environment=PLUGIN_PATH=/home/deck/homebrew/plugins
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user