mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
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() {}
|