feat: gpauth support macos

This commit is contained in:
Kevin Yue
2025-01-03 12:21:49 +00:00
parent 0c9b8e6c63
commit 25f1182556
23 changed files with 516 additions and 502 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
#[cfg(feature = "webview-auth")]
tauri_build::build()
// #[cfg(feature = "webview-auth")]
// tauri_build::build()
}