diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2023-06-03 07:42:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-03 07:42:27 -0700 |
| commit | e0ec175d16156f50b87374c14d8c9ee9f2c613a0 (patch) | |
| tree | 1f363df3d602ed4729774582d6ef85e1a29745e6 /.vscode/build.sh | |
| parent | ecb45e71f1123f13ef29c06b71ee6c0a4e193e19 (diff) | |
| download | decky-bazzite-buddy-e0ec175d16156f50b87374c14d8c9ee9f2c613a0.tar.gz decky-bazzite-buddy-e0ec175d16156f50b87374c14d8c9ee9f2c613a0.zip | |
Global dfl (#24)
* Initial global DFL support
* Update DFL
* Remove unmaintained makefile
* Move to CLI
* Properly extract zip files!
---------
Co-authored-by: AAGaming <aa@mail.catvibers.me>
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..7fc5a93 --- /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 $CLI_LOCATION/decky plugin build $(pwd) |
