-
I want to switch around some icons but i'm not sure how to build the app from the source code |
Beta Was this translation helpful? Give feedback.
Answered by
IoeCmcomc
Apr 9, 2025
Replies: 1 comment
-
You can follow the first part of this guide I wrote here: #15 (comment). Note that the Existing icons are located in the If you want to add new icons or introduce more complex rules, you can modify the code in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cursdd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can follow the first part of this guide I wrote here: #15 (comment). Note that the
resource
andminecraft
folders in the guide are now renamed tores
andmc
respectively.Existing icons are located in the
res/app/icon/datapack
folder. For these icons, you just need to change them, then re-build the program.If you want to add new icons or introduce more complex rules, you can modify the code in the
src/datapackfileiconprovider.cpp
file.