Pslink/pslink/build.rs

6 lines
95 B
Rust

use static_files::resource_dir;
fn main() {
resource_dir("./static/").build().unwrap();
}