mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 20:47:23 +02:00
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user