mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-04-19 14:41:37 +00:00
sync with rustdesk
This commit is contained in:
@@ -2,7 +2,7 @@ fn main() {
|
||||
let out_dir = format!("{}/protos", std::env::var("OUT_DIR").unwrap());
|
||||
|
||||
std::fs::create_dir_all(&out_dir).unwrap();
|
||||
|
||||
|
||||
protobuf_codegen::Codegen::new()
|
||||
.pure()
|
||||
.out_dir(out_dir)
|
||||
|
||||
Reference in New Issue
Block a user