You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
263 B
7 lines
263 B
@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
|
|
|