From c061cd1a078818654dcd1290f7ef307f0569940a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 2 Jun 2025 04:42:47 -0700 Subject: feat: Development commit --- justfile | 4 ++++ 1 file changed, 4 insertions(+) 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}} + -- cgit v1.2.3