App icon, logs are now stored to log.txt file, work in progress on intergration with rustpotter

This commit is contained in:
Abraham 2023-04-29 14:58:16 +05:00
parent 49a7a7ef2a
commit d8b8ba2617
72 changed files with 515 additions and 2993 deletions

View file

@ -1,8 +1,6 @@
fn main() {
// link to Vosk lib
println!("cargo:rustc-link-search=vosk/");
// println!("cargo:rustc-link-lib=dylib=D:/Rust/vosk/libvosk.dll");
println!("cargo:rustc-link-lib=libvosk.dll");
// Tauri build
tauri_build::build()