From bc09af706cc3ac9776080d25c5c1d9d38fb5e599 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 3 Nov 2023 13:45:34 -0400 Subject: [PATCH] justfile: make release bundle on macos --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 7e8a6104..05f2705d 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ export NIX_BROWSER_NO_OPEN := "true" default: - @just --list + @just --list # Auto-format the source tree fmt: @@ -15,7 +15,7 @@ alias f := fmt # CI=true for https://github.com/tauri-apps/tauri/issues/3055#issuecomment-1624389208) bundle $CI="true": # HACK (change PWD): Until https://github.com/DioxusLabs/dioxus/issues/1283 - cd assets && dx bundle + cd assets && dx bundle --release nix run nixpkgs#eza -- -T ./dist/bundle/macos/nix-browser.app # Run the project locally