add delimiter

This commit is contained in:
Tensor-Programming 2020-02-11 20:31:29 -05:00 committed by GitHub
parent 51c647c87e
commit 06a71242b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ fn main() {
} else {
panic!("No Icon.ico found. Please add one or check the path");
}
}
#[cfg(not(windows))]
fn main() {}