fix folder creation
This commit is contained in:
parent
b3bfd9fe27
commit
c3d5135051
|
@ -46,7 +46,7 @@ copy %SSL_BIN%\cert.pem %XCHAT_DEST%
|
||||||
copy %ENCHANT_BIN%\libenchant.dll %XCHAT_DEST%
|
copy %ENCHANT_BIN%\libenchant.dll %XCHAT_DEST%
|
||||||
xcopy /q /s /i %ENCHANT_BIN%\..\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\
|
xcopy /q /s /i %ENCHANT_BIN%\..\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\
|
||||||
::xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
|
::xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
|
||||||
copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins
|
xcopy /q /s /i ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins\
|
||||||
copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins
|
copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins
|
||||||
copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins
|
copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins
|
||||||
copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins
|
copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins
|
||||||
|
|
Loading…
Reference in New Issue