mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-21 15:47:30 -06:00
Move to CLI
This commit is contained in:
parent
4bd10dbb84
commit
e0778407f4
5 changed files with 159 additions and 72 deletions
10
.vscode/build.sh
vendored
Executable file
10
.vscode/build.sh
vendored
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
CLI_LOCATION="$(pwd)/cli"
|
||||
echo "Building plugin in $(pwd)"
|
||||
printf "Please input sudo password to proceed.\n"
|
||||
|
||||
# read -s sudopass
|
||||
|
||||
# printf "\n"
|
||||
|
||||
echo $sudopass | sudo $CLI_LOCATION/decky plugin build $(pwd)
|
||||
Loading…
Add table
Add a link
Reference in a new issue