diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 19:48:15 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 19:48:15 -0400 |
| commit | 9c1b7e1e48677e071cc2d41ccdefb059418a2140 (patch) | |
| tree | 2267160d043f7db332edb156d8a29265c186e97d /.vscode/build.sh | |
| parent | 0964715817eefb561eec678e21c08da40e2af52b (diff) | |
| download | decky-bazzite-buddy-9c1b7e1e48677e071cc2d41ccdefb059418a2140.tar.gz decky-bazzite-buddy-9c1b7e1e48677e071cc2d41ccdefb059418a2140.zip | |
add justfile and docker build
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 a2f94da..e12d90e 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 -E $CLI_LOCATION/decky plugin build $(pwd) --engine podman +echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd) --engine docker |
