Updated build for avoiding virus scan
This commit is contained in:
9
hmi_gui/build.rs
Normal file
9
hmi_gui/build.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
fn main() {
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
let mut res = winres::WindowsResource::new();
|
||||
res.set("ProductName", "ESP32-P4 Waveform Gen");
|
||||
res.set("FileDescription", "Waveform Generator Controller");
|
||||
let _ = res.compile();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user