mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 16:09:58 -07:00
remove tauri-shell entirely
This commit is contained in:
committed by
Markus Unterwaditzer
parent
73a5d324c4
commit
3e9af006e1
@@ -27,7 +27,6 @@ async fn install_rayhunter(app_handle: tauri::AppHandle, args: String) -> Result
|
||||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
pub fn run() {
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.plugin(tauri_plugin_opener::init())
|
||||
.invoke_handler(tauri::generate_handler![install_rayhunter])
|
||||
.run(tauri::generate_context!())
|
||||
|
||||
Reference in New Issue
Block a user