summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-17 00:28:42 -0400
committerGitHub <noreply@github.com>2025-07-17 00:28:42 -0400
commit74ac6e7b7a18c2ae969b08242a5919f903d294e2 (patch)
treee6d48b345c4933ea21a83ef6e2dc315ba9a990f3 /justfile
parente905b94fe5b40b438f2ce63caad90760fea7fc9a (diff)
downloadDecky-Framegen-74ac6e7b7a18c2ae969b08242a5919f903d294e2.tar.gz
Decky-Framegen-74ac6e7b7a18c2ae969b08242a5919f903d294e2.zip
v0.10.0 initial implementation of proper optiscaler nightly statically linked (#113)
* initial implementation of proper optiscaler nightly statically linked * default ini to nukems on mod dir install * description tweaks
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..07aa118
--- /dev/null
+++ b/justfile
@@ -0,0 +1,11 @@
+default:
+ echo "Available recipes: build, test, clean"
+
+build:
+ 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
+
+clean:
+ rm -rf node_modules dist \ No newline at end of file