Skip to content

Commit

Permalink
[NEW] Add ChangeIcon.exe into generation binary procedure.
Browse files Browse the repository at this point in the history
- Notepad-plus svn trunk @ 718
  • Loading branch information
donho committed Nov 25, 2010
1 parent 5658ea8 commit 062d713
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 232 deletions.
Binary file added PowerEditor/misc/vistaIconTool/ChangeIcon.exe
Binary file not shown.
7 changes: 3 additions & 4 deletions PowerEditor/misc/vistaIconTool/changeIcon.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
REM To add vista style icon, you need ReplaceVistaIcon.exe in the same directory. You can find it on:
REM http://www.rw-designer.com/compile-vista-icon
REM To add vista style icon, you need ChangeIcon.exe in the same directory.

REM %1 should be the path of ReplaceVistaIcon.exe
REM %1 should be the path of ChangeIcon.exe
REM %2 should be the path of notepad++.exe

if exist %1 (
%1 %2 "..\src\icons\nppNewIcon.ico"
%1 "..\src\icons\nppNewIcon.ico" %2 100 1033
)

0 comments on commit 062d713

Please sign in to comment.