mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-09 10:17:29 -06:00
moved to deckbuild
This commit is contained in:
parent
b05ecd55e7
commit
54ba277a12
18 changed files with 590 additions and 107 deletions
8
python/entrypoint.sh
Executable file
8
python/entrypoint.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -f /.dockerenv ]; then
|
||||
apk add --no-cache python3 py3-pip
|
||||
fi
|
||||
pip3 install stickytape
|
||||
stickytape src/py/main.py > main.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue