622282fc66
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@718 f5eea248-9336-0410-98b8-ebc06183d4e3
10 lines
236 B
Batchfile
10 lines
236 B
Batchfile
REM To add vista style icon, you need ChangeIcon.exe in the same directory.
|
|
|
|
REM %1 should be the path of ChangeIcon.exe
|
|
REM %2 should be the path of notepad++.exe
|
|
|
|
if exist %1 (
|
|
%1 "..\src\icons\nppNewIcon.ico" %2 100 1033
|
|
)
|
|
|