update flutter-ci && restore crate-type

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-02-23 18:03:40 +08:00
parent 275da850ff
commit aeed94bb96
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ default-run = "rustdesk"
[lib]
name = "librustdesk"
crate-type = ["cdylib"]
crate-type = ["cdylib", "staticlib", "rlib"]
[[bin]]
name = "naming"