From c92f318a083c9bfa9cd9d7871e4ab1e030738856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 16 Aug 2021 11:18:09 +0200 Subject: [PATCH] SEBWIN-506: Switched from remote payload to embedding the WebView2 bootstrapper. --- SetupBundle/WebView2Runtime.wxs | 8 ++------ appveyor-release.yml | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/SetupBundle/WebView2Runtime.wxs b/SetupBundle/WebView2Runtime.wxs index 06bd51c2..039da361 100644 --- a/SetupBundle/WebView2Runtime.wxs +++ b/SetupBundle/WebView2Runtime.wxs @@ -4,13 +4,9 @@ - - - diff --git a/appveyor-release.yml b/appveyor-release.yml index a95d3487..7e7f4eda 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -38,6 +38,7 @@ for: - nuget restore - md "Setup\bin\x64\%CONFIGURATION%" - move "%TEMP%\SEB_Setup.msi" "Setup\bin\x64\%CONFIGURATION%\Setup.msi" + - appveyor DownloadFile https://go.microsoft.com/fwlink/p/?LinkId=2124703 after_build: - appveyor PushArtifact "Setup\bin\%PLATFORM%\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_%PLATFORM%_Setup.msi" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup (%PLATFORM%)" - appveyor PushArtifact "SetupBundle\bin\%PLATFORM%\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "%APPVEYOR_BUILD_VERSION% Setup Bundle"