summary refs log tree commit diff stats
path: root/win32/spelling
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 02:33:44 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 02:33:44 +0100
commitc65e16fd00dd3ceacac301f2f774bdf29cf211d2 (patch)
tree15aa703dad51c6a0982059fda24f6dca0d4a08ae /win32/spelling
parent259ed9644d1788d33c7d7532f94ebd4e1d123edb (diff)
Relocate hexchat.png and hexchat.ico and some more varname cleanup
Diffstat (limited to 'win32/spelling')
-rw-r--r--win32/spelling/build-spelling.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/spelling/build-spelling.bat b/win32/spelling/build-spelling.bat
index db83ef12..1c58574e 100644
--- a/win32/spelling/build-spelling.bat
+++ b/win32/spelling/build-spelling.bat
@@ -12,8 +12,9 @@ cd ..
 echo [Setup] > build\spelling\hexchat-spelling.iss

 echo WizardImageFile=%cd%\installer\wizardimage.bmp >> build\spelling\hexchat-spelling.iss

 echo WizardSmallImageFile=%cd%\installer\wizardsmallimage.bmp >> build\spelling\hexchat-spelling.iss

-cd ..

+cd ..\share\icons

 echo SetupIconFile=%cd%\hexchat.ico >> win32\build\spelling\hexchat-spelling.iss

+cd ..\..

 type win32\spelling\hexchat-spelling.skel.iss >> win32\build\spelling\hexchat-spelling.iss

 set PATH=%PROGRAMFILES(X86)%\Inno Setup 5

 compil32 /cc win32\build\spelling\hexchat-spelling.iss