#[cfg(windows)]
extern crate windres;
use windres::Build;
fn main() {
Build::new().compile("./icon/tray-icon.rc").unwrap();
}