Skip to content

Commit

Permalink
fix tauri release
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Nov 21, 2024
1 parent 468e64a commit 88f50b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
*.apk
*.apk.idsig
4 changes: 2 additions & 2 deletions src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ fn greet(name: &str) -> String {
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_nfc::init())
.plugin(tauri_plugin_barcode_scanner::init())
// .plugin(tauri_plugin_nfc::init())
// .plugin(tauri_plugin_barcode_scanner::init())
.plugin(tauri_plugin_shell::init())
.invoke_handler(tauri::generate_handler![greet])
.run(tauri::generate_context!())
Expand Down

0 comments on commit 88f50b5

Please sign in to comment.