From ada64afe40832d8b3d73e819872e96dfea9fce86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 16 Aug 2021 13:17:03 +0200 Subject: [PATCH] SEBWIN-506: Attempting to get bootstrapper download to work... --- SetupBundle/WebView2Runtime.wxs | 2 +- appveyor-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupBundle/WebView2Runtime.wxs b/SetupBundle/WebView2Runtime.wxs index 039da361..34ae7bf4 100644 --- a/SetupBundle/WebView2Runtime.wxs +++ b/SetupBundle/WebView2Runtime.wxs @@ -5,7 +5,7 @@ Variable="RuntimeInstalled" Win64="no" /> diff --git a/appveyor-release.yml b/appveyor-release.yml index 5214a7b8..946a97d3 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -38,7 +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" + - appveyor DownloadFile "https://go.microsoft.com/fwlink/p/?LinkId=2124703" -FileName "C:\Temp\MicrosoftEdgeWebview2Setup.exe" 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"