Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 7a2a66c

Browse files
Restore bundle-based desktop launch
Use open-based debug app launch scripts so macOS treats the app bundle as the microphone permission host.
1 parent fd270e5 commit 7a2a66c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"type": "module",
1111
"scripts": {
1212
"dev": "vite",
13-
"desktop": "tauri build --debug --bundles app --config '{\"bundle\":{\"createUpdaterArtifacts\":false}}' && RUST_BACKTRACE=1 'src-tauri/target/debug/bundle/macos/unsigned Char.app/Contents/MacOS/unsigned-char'",
13+
"desktop": "tauri build --debug --bundles app --config '{\"bundle\":{\"createUpdaterArtifacts\":false}}' && open 'src-tauri/target/debug/bundle/macos/unsigned Char.app'",
1414
"desktop:open": "tauri build --debug --bundles app --config '{\"bundle\":{\"createUpdaterArtifacts\":false}}' && open 'src-tauri/target/debug/bundle/macos/unsigned Char.app'",
1515
"desktop:dev": "tauri dev",
1616
"build": "tsc && vite build",
1717
"preview": "vite preview",
1818
"tauri": "tauri",
19-
"tauri:debug-app": "tauri build --debug --bundles app --config '{\"bundle\":{\"createUpdaterArtifacts\":false}}' && RUST_BACKTRACE=1 'src-tauri/target/debug/bundle/macos/unsigned Char.app/Contents/MacOS/unsigned-char'"
19+
"tauri:debug-app": "tauri build --debug --bundles app --config '{\"bundle\":{\"createUpdaterArtifacts\":false}}' && open 'src-tauri/target/debug/bundle/macos/unsigned Char.app'"
2020
},
2121
"dependencies": {
2222
"@base-ui/react": "^1.3.0",

0 commit comments

Comments
 (0)