summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-20 12:21:02 -0400
committerGitHub <noreply@github.com>2025-10-20 12:21:02 -0400
commit76c1ec79a3343c356298bad383845cade214061d (patch)
treee9895aa7f298928a04ce863b6dcb8b94a1fa67a3 /justfile
parent22fd2c9fdd26250fff22a4c1f810eeb8cc4c941d (diff)
parenta7f7d5878a037fd59fb3257daf9d5e22c63ef9e8 (diff)
downloaddecky-lsfg-vk-76c1ec79a3343c356298bad383845cade214061d.tar.gz
decky-lsfg-vk-76c1ec79a3343c356298bad383845cade214061d.zip
Merge pull request #188 from xXJSONDeruloXx/pancake-cleanup
Pancake cleanup
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/justfile b/justfile
index 054c113..abd24c2 100644
--- a/justfile
+++ b/justfile
@@ -8,7 +8,13 @@ build:
python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh
test:
- scp "out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop
+ scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop
+
+watch:
+ ssh deck@192.168.0.6 "journalctl -f"
+
+cef:
+ tail -f ~/.local/share/Steam/logs/cef_log.txt
clean:
rm -rf node_modules dist \ No newline at end of file