Skip to content

Commit

Permalink
24.1.9 WebView2.1.0.2210.55
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Jan 9, 2024
1 parent b6a28b9 commit b0fd20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fix_package.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem xcopy /e /i .\packages\Microsoft.Web.WebView2.1.0.1722.45\build\native .\packages\Microsoft.Web.WebView2.1.0.1722.45\build
rem xcopy /e /i .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native .\packages\Microsoft.Web.WebView2.1.0.2210.55\build
mkdir .\x64
mkdir .\x64\Debug
mkdir .\Debug
copy .\packages\Microsoft.Web.WebView2.1.0.1722.45\build\native\x64\WebView2Loader.dll .\x64\Debug
copy .\packages\Microsoft.Web.WebView2.1.0.1722.45\build\native\x86\WebView2Loader.dll .\Debug
copy .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native\x64\WebView2Loader.dll .\x64\Debug
copy .\packages\Microsoft.Web.WebView2.1.0.2210.55\build\native\x86\WebView2Loader.dll .\Debug
6 changes: 3 additions & 3 deletions tewv/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define INTERNALNAME "tewv"
#define STRING(str) STRING2(str)
#define STRING2(str) #str
#define VER_Y 23
#define VER_M 5
#define VER_D 8
#define VER_Y 24
#define VER_M 1
#define VER_D 9
#define VER_Z 0

0 comments on commit b0fd20f

Please sign in to comment.