bendns' repos
/
panel
html terminal
master
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'build.rs')
-rw-r--r--
build.rs
2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 2a1d0be..2ce070e 100644
--- a/
build.rs
+++ b/
build.rs
@@ -32,6 +32,8 @@ fn main() -> std::io::Result<()> {
fs::create_dir("html")?;
}
+ emojib::load();
+
for path in fs::read_dir("html-src")? {
process(path.unwrap().path().file_name().unwrap())?;
}