Where is the logo file in the source.
-
How to find the exe logo file in the source code on github.
-
Suggest you try grabbing the source and looking for icon (
*.ico
) files in it. Not too hard to find. -
@SuperH-0630 said in Where is the logo file in the source.:
How to find the exe logo file in the source code on github.
The one in the “?” menu, “About Notepad++” menu item is here:
notepad-plus-plus\PowerEditor\src\icons\chameleon.ico
Cheers.
-
I have try to find all
*.ico
, but I can not find it.
It look like:
-
I have try to find all *.ico, but I can not find it.
I don’t think this is a hard thing to locate, but just to get this thread finished, it appears to be one of these 2 identical files:
-
@SuperH-0630 said in Where is the logo file in the source.:
I have try to find all
*.ico
, but I can not find it.
It look like:
If you are in the directory that has notepad++.exe, then you are not looking in the source code, like Alan suggested – you were just looking in the application installation directory, which is not the source code. To find the icon files, you have to look at the source code, which you can browse at or download from github .
-
… source code, which you can browse at or download from github
OP should know that already from asking and getting a response to THIS.
-
@Alan-Kilborn Thank you. I have make a mistake, I have change this file before I find it.
-