diff options
| author | AAGaming <aagaming@riseup.net> | 2024-10-03 17:08:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 17:08:35 -0400 |
| commit | 4cff530b525a20d8cff2a38568ea99d459126fdf (patch) | |
| tree | 28a6388845e78f109b3c4a04aaa8e8c2046c3b79 /scripts | |
| parent | 2f90a4fcf7af67f7ed5c044982779579d1624f69 (diff) | |
| download | decky-loader-4cff530b525a20d8cff2a38568ea99d459126fdf.tar.gz decky-loader-4cff530b525a20d8cff2a38568ea99d459126fdf.zip | |
Fix missing components on Oct 2 2024 Steam Beta (#709)v3.0.2-pre1
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/deckdebug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deckdebug.sh b/scripts/deckdebug.sh index ee280661..c6aa63bf 100644 --- a/scripts/deckdebug.sh +++ b/scripts/deckdebug.sh @@ -30,7 +30,7 @@ while :; do if [[ $NEWTARGET != "" ]] && [[ $NEWTARGET != $TARGET ]]; then echo found new tab at $NEWTARGET TARGET=$NEWTARGET - TARGETURL="devtools://devtools/bundled/inspector.html?remoteFrontend=true&ws=$ADDR/devtools/page/$TARGET" + TARGETURL="http://$ADDR/devtools/inspector.html?ws=$ADDR/devtools/page/$TARGET" LOCALTARGET=$(echo '{"id": 1, "method": "Target.createTarget", "params": {"background": true, "url": "'$TARGETURL'"}} {"id": 2, "method": "Target.closeTarget", "params": {"targetId": "'$LOCALTARGET'"}}' \ |
