feat: add desktop updater and release automation

This commit is contained in:
lbl
2026-08-22 10:00:24 +08:00
parent da72670154
commit 60a4403f0e
42 changed files with 1374 additions and 257 deletions
+2 -2
View File
@@ -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();