diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 20:49:05 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 20:49:05 -0400 |
| commit | 904e2e6131071c3b132d3148947b613c2830b1bb (patch) | |
| tree | 900284bf2a10f59a778cd0871d354a9a8885c155 /justfile | |
| parent | 8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc (diff) | |
| download | decky-lsfg-vk-904e2e6131071c3b132d3148947b613c2830b1bb.tar.gz decky-lsfg-vk-904e2e6131071c3b132d3148947b613c2830b1bb.zip | |
fix; correct flatpak extension sourcesv2-flatpak-profiles
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ deploy: ./scripts/deploy-to-deck.sh test: - scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop + node --experimental-strip-types --test tests/steamLaunchOptions.test.ts + python3.12 -m unittest discover -s tests -p 'test_*.py' watch: ssh deck@192.168.0.6 "journalctl -f" |
