mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
#[cfg(windows)]
|
|
fn main() {
|
|
embed_resource::compile_for("assets/nushell.rc", &["nu"])
|
|
}
|
|
|
|
#[cfg(not(windows))]
|
|
fn main() {}
|