feat: add desktop updater and release automation
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
fn main() {
|
||||
let protoc_path = protoc_bin_vendored::protoc_bin_path()
|
||||
.expect("failed to find vendored protoc");
|
||||
let protoc_path =
|
||||
protoc_bin_vendored::protoc_bin_path().expect("failed to find vendored protoc");
|
||||
|
||||
let mut config = prost_build::Config::new();
|
||||
|
||||
@@ -19,4 +19,4 @@ fn main() {
|
||||
&["proto"],
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user