diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 02:08:13 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 02:08:13 +0100 |
commit | f31212dfd4b358871f75286d8da50f5c3f3550e8 (patch) | |
tree | 8ccca9af4e97c1b79d226dea61630373a852851c /build/release-x86.bat | |
parent | b4f5cff06552e3e9a68c93d93bbed9aa972a23d1 (diff) |
more installer fixes and watercolor lite 2.1.1 theme
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 4f2ee107..ebd629f7 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -62,3 +62,5 @@ copy ..\plugins\wmpa\xcwmpa.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 +copy "%PROGRAMFILES(X86)%\Codejock Software\ISSkin\ISSkinU.dll" %XCHAT_DEST% +copy isskin\watercolorlite-green.cjstyles %XCHAT_DEST% |