summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-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}}
+