summary refs log tree commit diff stats
path: root/win32/spelling/build-spelling.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/spelling/build-spelling.bat')
-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