Clarify active Windows client architecture
This commit is contained in:
5
apps/windows-client/src-tauri/src/lib.rs
Normal file
5
apps/windows-client/src-tauri/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub fn run() {
|
||||
tauri::Builder::default()
|
||||
.run(tauri::generate_context!())
|
||||
.expect("не удалось запустить клиент VPN Proxy для Windows");
|
||||
}
|
||||
Reference in New Issue
Block a user