mirror of
https://github.com/nushell/nushell.git
synced 2024-11-09 01:54:39 +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() {}
|