diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-11 07:04:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 07:04:30 -0400 |
| commit | fb4516cabb652774ce60e0683bda1af88cc2d09f (patch) | |
| tree | 7d100b11d2399ca467ce3be4a38e08695eb2bca2 /.vscode/build.sh | |
| download | decky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.tar.gz decky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.zip | |
Initial commit
Diffstat (limited to '.vscode/build.sh')
| -rwxr-xr-x | .vscode/build.sh | 10 |
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) |
