This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Pslink/pslink/build.rs
T

6 lines
95 B
Rust

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