Skip to content

Commit

Permalink
create universal profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 22, 2023
1 parent dd492ea commit 52b7fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev:canary": "tauri dev --config src-tauri/tauri.conf.canary.json --features carpe-canary",
"dev:web": "vite",
"build": "tauri build",
"build:universal": "tauri build --target universal-apple-darwin --cfg tokio_unstable",
"build:universal": "tauri build --target universal-apple-darwin --config src-tauri/tauri.conf.aarch64.json",
"build:canary": "tauri build --config src-tauri/tauri.conf.canary.json --features carpe-canary",
"build:web": "vite build",
"lint": "svelte-check --tsconfig ./tsconfig.json && eslint src && prettier --check src",
Expand Down

0 comments on commit 52b7fbb

Please sign in to comment.