forked from extern/nushell
8 lines
127 B
Rust
8 lines
127 B
Rust
#[cfg(windows)]
|
|
fn main() {
|
|
embed_resource::compile_for("assets/nushell.rc", &["nu"])
|
|
}
|
|
|
|
#[cfg(not(windows))]
|
|
fn main() {}
|