diff options
| author | Fuwn <[email protected]> | 2025-06-02 04:42:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-02 04:42:47 -0700 |
| commit | c061cd1a078818654dcd1290f7ef307f0569940a (patch) | |
| tree | a8c9ac48ff5c3431c15461f40a509bd232a69285 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c061cd1a078818654dcd1290f7ef307f0569940a.tar.xz sora-testing-c061cd1a078818654dcd1290f7ef307f0569940a.zip | |
feat: Development commit
| -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}} + |