Skip to content

Commit 4114a82

Browse files
author
ComputelessComputer
committed
Align Tauri private API config
Set app.macosPrivateApi in tauri.conf.json so Tauri's build-time feature validation matches Cargo.toml and Rust CI can pass.
1 parent c3eaa2d commit 4114a82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"$HOME/Library/Application Support/com.philo.dev/journal/assets/**"
3030
]
3131
}
32-
}
32+
},
33+
"macOSPrivateApi": true
3334
},
3435
"bundle": {
3536
"active": true,

0 commit comments

Comments
 (0)