- Philips: older models which export a Repair/*.BIN file can now be loaded, when there is an invisible .xml file in the same

directory.
  (Philips exports the .xml file with file attributes "hidden" and "system", which makes them invisible to Windows Explorer)
- upgrade to DevExpress 20.1.6
This commit is contained in:
Horst Beham
2020-08-03 00:35:57 +02:00
parent a10fb8b353
commit e472e6976b
21 changed files with 357 additions and 345 deletions

View File

@@ -61,7 +61,7 @@ for %%f in (%*) do (
if errorlevel 1 set todo=!todo! "%%f"
)
if "%todo%" == "" goto:skipCodeSigning
%signtool% sign /a /t "http://timestamp.comodoca.com/authenticode" %todo%
%signtool% sign /a /t "http://timestamp.digicert.com" %todo%
:skipCodeSigning
goto:eof