summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-02 04:42:47 -0700
committerFuwn <[email protected]>2025-06-02 04:42:47 -0700
commitc061cd1a078818654dcd1290f7ef307f0569940a (patch)
treea8c9ac48ff5c3431c15461f40a509bd232a69285
parentfeat: Development commit (diff)
downloadsora-testing-c061cd1a078818654dcd1290f7ef307f0569940a.tar.xz
sora-testing-c061cd1a078818654dcd1290f7ef307f0569940a.zip
feat: Development commit
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 6ed528d..b7c549e 100644
--- a/justfile
+++ b/justfile
@@ -13,3 +13,7 @@ build:
open:
just _open {{target}}
+
+install location="/Users/${USER}/Applications" derived_data='/Users/${USER}/Library/Developer/Xcode/DerivedData':
+ cp -r {{derived_data}}/{{target}}-*/Build/Products/Release/{{target}}.app {{location}}
+