diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-13 18:11:44 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-13 18:31:08 -0400 |
| commit | b939274d157257d0a57b339193d961b39ded6207 (patch) | |
| tree | 8d8fa1ac4ca672b7ced3042fb5f9ce1da7e99dee /.vscode/build.sh | |
| parent | cbd489150fc2f721fe788ef6d58b8b792843e7d0 (diff) | |
| download | decky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.tar.gz decky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.zip | |
support new APIs fully
Diffstat (limited to '.vscode/build.sh')
| -rwxr-xr-x | .vscode/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/build.sh b/.vscode/build.sh index 7fc5a93..2310ff0 100755 --- a/.vscode/build.sh +++ b/.vscode/build.sh @@ -7,4 +7,4 @@ printf "Please input sudo password to proceed.\n" # printf "\n" -echo $sudopass | sudo $CLI_LOCATION/decky plugin build $(pwd) +echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd) |
