diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-17 12:00:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 12:00:14 -0400 |
| commit | 8b3d4def33766f7306d8606ccf4b5e4425a5738a (patch) | |
| tree | 77672a46ad2571ce0eba19e28a73a5e49b3cbfca /justfile | |
| parent | ca0d5f0ec1f4ba21f4bf51f0f773d2b6bad45c93 (diff) | |
| download | Decky-Framegen-8b3d4def33766f7306d8606ccf4b5e4425a5738a.tar.gz Decky-Framegen-8b3d4def33766f7306d8606ccf4b5e4425a5738a.zip | |
Copy to clipboard Wiki button (#116)v0.11.0
* add initial wiki launch button
* update wiki link
* bump ver
* add opti wiki button
* update icons for web launches
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ default: echo "Available recipes: build, test, clean" build: - rm -rf node_modules && .vscode/build.sh + 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 |
