mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-02 10:10:44 +01:00
2020-12-26
- LG WebOS 5: added warning that support is only experimental. - Panasonic: Channel name editing is now supported for svl.bin files (unless there is no indicator what encoding to use) - Hungarian translation: added missing files to .zip
This commit is contained in:
@@ -3,7 +3,7 @@ setlocal
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
cd /d %~dp0
|
||||
set languages=cs de es pl pt ru tr
|
||||
set languages=cs de es hu pl pt ru tr
|
||||
set curdate=%date:~6,4%-%date:~3,2%-%date:~0,2%
|
||||
set target=%cd%\..\..\ChanSort_%curdate%
|
||||
set DXversion=20.1
|
||||
@@ -82,8 +82,12 @@ goto:eof
|
||||
:copyLangDll
|
||||
set source="C:\Program Files (x86)\DevExpress %DXversion%\Components\Bin\Framework\%2\DevExpress.%1.v%DXversion%.resources.dll"
|
||||
if exist %source% xcopy /idy %source% "%target%\%2"
|
||||
set source="d:\downloads\DevExpress\DevExpressLocalizedResources_20%DXversion%_%2\DevExpress.%1.v%DXversion%.resources.dll"
|
||||
if exist %source% xcopy /idy %source% "%target%\%2"
|
||||
set source="C:\Program Files (x86)\DevExpress %DXversion%\Components\Bin\Framework\%2\DevExpress.%1.v%DXversion%.Core.resources.dll"
|
||||
if exist %source% xcopy /idy %source% "%target%\%2"
|
||||
set source="d:\downloads\DevExpress\DevExpressLocalizedResources_20%DXversion%_%2\DevExpress.%1.v%DXversion%.Core.resources.dll"
|
||||
if exist %source% xcopy /idy %source% "%target%\%2"
|
||||
goto:eof
|
||||
|
||||
:error
|
||||
|
||||
Reference in New Issue
Block a user