5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 19:39:29 +08:00

[windows] Update SDK scripts/files

This commit is contained in:
Lea Anthony 2021-06-15 20:08:54 +10:00
parent 58e6ce10ad
commit afe677d39d
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ copy "%native_dir%\include\*.h" .. >NUL
copy "%native_dir%\x64\WebView2Loader.dll" "..\x64" >NUL copy "%native_dir%\x64\WebView2Loader.dll" "..\x64" >NUL
@rd /S /Q "microsoft.web.webview2.%sdk_version%" @rd /S /Q "microsoft.web.webview2.%sdk_version%"
del /s version.txt >nul 2>&1 del /s version.txt >nul 2>&1
echo The version of WebView2 used: %sdk_version% > version.txt echo The version of WebView2 SDK used: %sdk_version% > sdkversion.txt
echo SDK updated to %sdk_version% echo SDK updated to %sdk_version%
goto :eof goto :eof