From e0ec175d16156f50b87374c14d8c9ee9f2c613a0 Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Sat, 3 Jun 2023 07:42:27 -0700 Subject: Global dfl (#24) * Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming --- .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..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) -- cgit v1.2.3