From f9480fac7c6327c7325ec4604ca5ddc8fbb579c7 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 5 Dec 2025 14:06:58 -0500 Subject: [PATCH] don't rebuild on new commit --- build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.rs b/build.rs index 58c5e7b..d56d0a5 100644 --- a/build.rs +++ b/build.rs @@ -65,8 +65,7 @@ fn font_stripper(from: &str, out: &str, unicodes: Vec) -> Result, } fn main() { - // rebuild if new commit or contents of `assets` folder changed - println!("cargo:rerun-if-changed=.git/logs/HEAD"); + // rebuild if contents of `assets` folder changed println!("cargo:rerun-if-changed=assets/*"); let mut main_chars: Vec =