diff options
| author | JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-04-02 15:36:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 15:36:02 -0400 |
| commit | c226e87f77375ec5682834aaf9049a0076f3e9c2 (patch) | |
| tree | 78110de676f1b6ae601ac6aaeab0e8d55ee82704 /.vscode | |
| parent | fc242fa45d24477c028032dc2f0777da07a44153 (diff) | |
| parent | 0e8fa29ac63933d3c4b5f9071c174cc2f26d99db (diff) | |
| download | decky-bazzite-buddy-c226e87f77375ec5682834aaf9049a0076f3e9c2.tar.gz decky-bazzite-buddy-c226e87f77375ec5682834aaf9049a0076f3e9c2.zip | |
Merge pull request #2 from victor-borges/main
Add Steam release notes support
Diffstat (limited to '.vscode')
| -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 2310ff0..a2f94da 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) +echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd) --engine podman |
