mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 11:36:56 +02:00
added experimental support for LG WebOS 5.0 (e.g. OLED CX series)
- NO favorite list support - UNCLEAR behavior when the list contains channels from multiple sources (DVB-C/T/S) - so far only files with a single source are supported
This commit is contained in:
@@ -22,8 +22,8 @@ for %%l in (%languages%) do (
|
||||
)
|
||||
mkdir "%target%\ReferenceLists" 2>nul
|
||||
xcopy /sidy ChanSort\ReferenceLists\* "%target%\ReferenceLists"
|
||||
xcopy /idy ..\readme.md "%target%\readme.txt"
|
||||
xcopy /idy changelog.md "%target%\changelog.txt"
|
||||
xcopy /y ..\readme.md "%target%\readme.txt"
|
||||
xcopy /y changelog.md "%target%\changelog.txt"
|
||||
for %%f in (Utils Data DataAccess Printing XtraPrinting XtraReports XtraEditors XtraBars XtraGrid XtraLayout XtraTreeList) do call :copyDll %%f
|
||||
call :CodeSigning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user