feat: windows portable build script

This commit is contained in:
Kingtous
2022-09-21 11:28:28 +08:00
parent 3101c4e119
commit 8c10675d8a
11 changed files with 611 additions and 2 deletions

5
libs/portable/build.rs Normal file
View File

@@ -0,0 +1,5 @@
extern crate embed_resource;
fn main() {
embed_resource::compile("icon.rc");
}