You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lessneek
changed the title
cargo:rerun-if-changed={folder} doesn't run after icons folder changedcargo:rerun-if-changed={folder} doesn't run recompiling after icons folder was changed
Apr 21, 2024
icons.toml
When I put a new svg icon to the
icon_folder
(the foldermodify
property is changed) andcargo 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 themodify
property of the file to rerun compiling ofrelm4-icons
crate build script.I think a path to
icon_folder
should be a full path.The text was updated successfully, but these errors were encountered: