summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--build/build-spell.bat5
-rw-r--r--build/release-x86.bat1
-rw-r--r--build/xchat-wdk-spell.skel.iss2
3 files changed, 6 insertions, 2 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat
index 17cd7a52..0a4e9b2d 100644
--- a/build/build-spell.bat
+++ b/build/build-spell.bat
@@ -1,4 +1,9 @@
 @echo off
+set DEPS_ROOT=..\dep-x86
+set XCHAT_DEST=..\tmp-spell
+rmdir /q /s %XCHAT_DEST%
+mkdir %XCHAT_DEST%
+xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
 echo [Setup] > xchat-wdk-spell.iss
 echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
 echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
diff --git a/build/release-x86.bat b/build/release-x86.bat
index 62833066..c33e981c 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -57,4 +57,3 @@ copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins
 copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%
 xcopy /q /s /i ..\po\locale %XCHAT_DEST%\locale
 xcopy /q /s /i %DEPS_ROOT%\share\locale %XCHAT_DEST%\share\locale
-xcopy /q /s /i ..\dep-x86\myspell %XCHAT_DEST%\share\myspell
diff --git a/build/xchat-wdk-spell.skel.iss b/build/xchat-wdk-spell.skel.iss
index 97628683..46d8b8ab 100644
--- a/build/xchat-wdk-spell.skel.iss
+++ b/build/xchat-wdk-spell.skel.iss
@@ -15,7 +15,7 @@ DefaultDirName={pf}\XChat-WDK
 DefaultGroupName=XChat-WDK

 DisableProgramGroupPage=yes

 SolidCompression=yes

-SourceDir=..\tmp

+SourceDir=..\tmp-spell

 OutputDir=..\build

 FlatComponentsList=no

 PrivilegesRequired=none