mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 12:28:08 -06:00
Adjusted entrypoint.sh to actually build binary
This commit is contained in:
parent
27bc7aa746
commit
a35bab621c
1 changed files with 5 additions and 1 deletions
|
|
@ -2,3 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
||||||
|
|
||||||
|
cd /backend
|
||||||
|
|
||||||
|
make
|
||||||
Loading…
Add table
Add a link
Reference in a new issue