From 74ac6e7b7a18c2ae969b08242a5919f903d294e2 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:28:42 -0400 Subject: 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 --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 justfile (limited to 'justfile') 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 -- cgit v1.2.3