8 lines
305 B
Batchfile
8 lines
305 B
Batchfile
@REM Run this script to show third party software licenses.
|
|
|
|
@ECHO off
|
|
@ECHO Microsoft Edge WebView2 is made possible by Chromium (https://www.chromium.org/)
|
|
@ECHO and other open source software.
|
|
|
|
"%~dp0msedgewebview2.exe" --embedded-browser-webview=show-credits --no-default-browser-check --no-first-run
|