From 86bbdaabb081f1758ce7bbce28f8ac0cf8d0603a Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 13 Jul 2023 11:43:29 +0200 Subject: [PATCH] Resign the dependencies with the new certificate --- deps | 2 +- release.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deps b/deps index a635894b..727e8ea6 160000 --- a/deps +++ b/deps @@ -1 +1 @@ -Subproject commit a635894b2f27c488c18f89cf07b3f460e9398950 +Subproject commit 727e8ea6bbe8bf19974346d42cb9aa45c070a84a diff --git a/release.bat b/release.bat index 33665aad..9f9a6b50 100644 --- a/release.bat +++ b/release.bat @@ -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\