summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4d6a2be..9923416 100644
--- a/justfile
+++ b/justfile
@@ -5,7 +5,7 @@ build:
sudo rm -rf node_modules && .vscode/build.sh
test:
- scp "/var/home/bazzite/decky-lossless-scaling-vk/out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop
+ scp "out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop
clean:
rm -rf node_modules dist \ No newline at end of file