Resign the dependencies with the new certificate
This commit is contained in:
parent
5fcdb8478d
commit
86bbdaabb0
2
deps
2
deps
|
@ -1 +1 @@
|
|||
Subproject commit a635894b2f27c488c18f89cf07b3f460e9398950
|
||||
Subproject commit 727e8ea6bbe8bf19974346d42cb9aa45c070a84a
|
|
@ -72,11 +72,13 @@ xcopy src\gui\Translations\*.qm %RELEASEDIR%\release\translations /S /Y
|
|||
copy bin\x32\x32bridge.dll %RELEASEDIR%\release\x32\
|
||||
copy bin\x32\x32dbg.dll %RELEASEDIR%\release\x32\
|
||||
copy bin\x32\x32dbg.exe %RELEASEDIR%\release\x32\
|
||||
copy bin\x32\x32dbg.exe %RELEASEDIR%\release\x32\x32dbg-unsigned.exe
|
||||
copy bin\x32\x32gui.dll %RELEASEDIR%\release\x32\
|
||||
copy bin\x32\loaddll.exe %RELEASEDIR%\release\x32\
|
||||
copy bin\x64\x64bridge.dll %RELEASEDIR%\release\x64\
|
||||
copy bin\x64\x64dbg.dll %RELEASEDIR%\release\x64\
|
||||
copy bin\x64\x64dbg.exe %RELEASEDIR%\release\x64\
|
||||
copy bin\x64\x64dbg.exe %RELEASEDIR%\release\x64\x64dbg-unsigned.exe
|
||||
copy bin\x64\x64gui.dll %RELEASEDIR%\release\x64\
|
||||
copy bin\x64\loaddll.exe %RELEASEDIR%\release\x64\
|
||||
|
||||
|
|
Loading…
Reference in New Issue