diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-21 13:50:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 13:50:23 -0400 |
| commit | b0621d15c675b7b8c1615b0699cc85ea1430a728 (patch) | |
| tree | 01f555d9b592be219da5a1da6a70950f11c7cdc0 /justfile | |
| parent | 9573344450de451b8f9c7295c11318010d67f1d5 (diff) | |
| download | Decky-Framegen-0.11.3.tar.gz Decky-Framegen-0.11.3.zip | |
* hooking clipboard automation button, hide plugin wiki for now
* add direct copy to clip buttons for patch and unpatch
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ build: sudo rm -rf node_modules && .vscode/build.sh test: - scp "/Users/kurt/Developer/FG-plugins/Decky-Framegen/out/Decky-Framegen.zip" deck@192.168.0.6:~/Desktop + scp "out/Decky-Framegen.zip" deck@192.168.0.6:~/Desktop clean: rm -rf node_modules dist
\ No newline at end of file |
