diff --git a/Telegram/build/build.bat b/Telegram/build/build.bat index 43f145c55f..3f3b65caaf 100644 --- a/Telegram/build/build.bat +++ b/Telegram/build/build.bat @@ -208,12 +208,6 @@ if %BuildUWP% equ 0 ( iscc /dMyAppVersion=%AppVersionStrSmall% /dMyAppVersionZero=%AppVersionStr% /dMyAppVersionFull=%AppVersionStrFull% "/dReleasePath=%ReleasePath%" "/dMyBuildTarget=%BuildTarget%" "%FullScriptPath%setup.iss" if %errorlevel% neq 0 goto error if not exist "%SetupFile%" goto error -:sign3 - call "%SignPath%" "%SetupFile%" - if %errorlevel% neq 0 ( - timeout /t 3 - goto sign3 - ) ) call Packer.exe -version %VersionForPacker% -path %BinaryName%.exe -path Updater.exe -path "modules\%Platform%\d3d\d3dcompiler_47.dll" -target %BuildTarget% %AlphaBetaParam% diff --git a/Telegram/build/setup.iss b/Telegram/build/setup.iss index 8b07155816..5c5ee76355 100644 --- a/Telegram/build/setup.iss +++ b/Telegram/build/setup.iss @@ -34,6 +34,7 @@ CloseApplications=force DisableDirPage=no DisableProgramGroupPage=no WizardStyle=modern +SignTool=sha256 #if MyBuildTarget == "win64" ArchitecturesAllowed="x64 arm64"