diff options
| -rw-r--r-- | justfile | 8 | ||||
| -rw-r--r-- | plugin.json | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -8,7 +8,13 @@ build: python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh test: - scp "out/decky-lsfg-vk.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 diff --git a/plugin.json b/plugin.json index f8dd446..67bc281 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "name": "decky-lsfg-vk", + "name": "Decky LSFG-VK", "author": "Kurt Himebauch", "flags": ["debug", "_root"], "api_version": 1, |
