Skip to content

Commit

Permalink
justfile: make release bundle on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 3, 2023
1 parent 7032f41 commit bc09af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export NIX_BROWSER_NO_OPEN := "true"

default:
@just --list
@just --list

# Auto-format the source tree
fmt:
Expand All @@ -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
Expand Down

0 comments on commit bc09af7

Please sign in to comment.