summaryrefslogtreecommitdiff
path: root/.vscode/build.sh
diff options
context:
space:
mode:
authorJSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-01-21 18:52:51 -0500
committerGitHub <noreply@github.com>2025-01-21 18:52:51 -0500
commitc1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 (patch)
tree646a2a8fb4e099e9600f5bddb94607aaa8b69c24 /.vscode/build.sh
downloadDecky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.tar.gz
Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.zip
Initial commit
Diffstat (limited to '.vscode/build.sh')
-rwxr-xr-x.vscode/build.sh10
1 files changed, 10 insertions, 0 deletions
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)