refactor: tauri folder (#1738)

This commit is contained in:
Nathan.fooo
2023-01-24 14:01:30 +08:00
committed by GitHub
parent d2db49efab
commit 67f07463f0
28 changed files with 52 additions and 43 deletions

View File

@ -1,7 +1,3 @@
use std::env;
fn main() {
env::set_var("TAURI_PROTOBUF_PATH", "appflowy_tauri/src/protobuf");
env::set_var("CARGO_MAKE_WORKING_DIRECTORY", "../../../");
tauri_build::build()
}