mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 07:21:29 +03:00
feat: windows portable build script
This commit is contained in:
5
libs/portable/build.rs
Normal file
5
libs/portable/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
extern crate embed_resource;
|
||||
|
||||
fn main() {
|
||||
embed_resource::compile("icon.rc");
|
||||
}
|
||||
Reference in New Issue
Block a user