Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo:rerun-if-changed={folder} doesn't run recompiling after icons folder was changed #15

Open
lessneek opened this issue Apr 21, 2024 · 0 comments

Comments

@lessneek
Copy link

lessneek commented Apr 21, 2024

icons.toml

icon_folder = "src/res/icons"

When I put a new svg icon to the icon_folder (the folder modify property is changed) and cargo run an app doesn't display a new icon, because cargo doesn't rerun the icons building script.
I need save the icons.toml without any changes in order to update the modify property of the file to rerun compiling of relm4-icons crate build script.

I think a path to icon_folder should be a full path.

@lessneek lessneek changed the title cargo:rerun-if-changed={folder} doesn't run after icons folder changed cargo:rerun-if-changed={folder} doesn't run recompiling after icons folder was changed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant