1
0
Fork 0

Resign the dependencies with the new certificate

This commit is contained in:
Duncan Ogilvie 2023-07-13 11:43:29 +02:00
parent 5fcdb8478d
commit 86bbdaabb0
2 changed files with 3 additions and 1 deletions

2
deps

@ -1 +1 @@
Subproject commit a635894b2f27c488c18f89cf07b3f460e9398950
Subproject commit 727e8ea6bbe8bf19974346d42cb9aa45c070a84a

View File

@ -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\