diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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}} + |