mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: build tauri from vscode launch (#1720)
* chore: build tauri from vscode launch * fix: unit test Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user