-
|
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
juice-ix
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
resourceandminecraftfolders in the guide are now renamed toresandmcrespectively.Existing icons are located in the
res/app/icon/datapackfolder. 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.cppfile.