e0ec175d16
* Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming <aa@mail.catvibers.me>
10 lines
227 B
Bash
Executable file
10 lines
227 B
Bash
Executable file
#!/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)
|