Build vs. Resources #394
Unanswered
BrendanC23
asked this question in
Q&A
Replies: 2 comments
-
The build dir is for electron-builder and will not be distributed. The resources dir for your app. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is also unclear to me. I know the icons in the build folder are used by electron-builder to set the icon, but what is the purpose of importing an icon from the resource file into the Additionally, it's unclear to me how to change the app icon in a development build. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The react-ts boilerplate has both a
build
and aresources
directory. Both of these have anicon.png
file. Based on the electron-builder documentation, it looks in/build
for the icon to use.What is the purpose of having both build and resources folders? If I want to edit the icon for my app, do I need to update the icon in both locations?
Beta Was this translation helpful? Give feedback.
All reactions