mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-29 16:49:10 +08:00
2081113bed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
13 lines
428 B
TOML
13 lines
428 B
TOML
# The output source file
|
|
outfile = "src/rc.rs"
|
|
|
|
# The resource config list.
|
|
[[confs]]
|
|
# The file or director to integrate.
|
|
inc = "D:/projects/windows/RustDeskTempTopMostWindow/x64/Release/xxx"
|
|
# The exclusions.
|
|
exc = ["*.dll", "*.exe"]
|
|
# The front path that will ignore for extracting.
|
|
# The following config will make base output path to be "RustDeskTempTopMostWindow/x64/Release/xxx".
|
|
suppressed_front = "D:/projects/windows"
|