From fb4516cabb652774ce60e0683bda1af88cc2d09f Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Fri, 11 Jul 2025 07:04:30 -0400 Subject: Initial commit --- .vscode/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .vscode/build.sh (limited to '.vscode/build.sh') diff --git a/.vscode/build.sh b/.vscode/build.sh new file mode 100755 index 0000000..2310ff0 --- /dev/null +++ b/.vscode/build.sh @@ -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 -E $CLI_LOCATION/decky plugin build $(pwd) -- cgit v1.2.3