mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
update VER[] variables for 23h2(22631)
This commit is contained in:
parent
d5ebea50c5
commit
2993478364
@ -46,6 +46,17 @@ for /f "tokens=3 usebackq" %%i in (`reg query "HKLM\Src_SOFTWARE\Microsoft\Windo
|
||||
set VER[4]=%WB_PE_BUILD%
|
||||
set VER[3.4]=%VER[3]%.%VER[4]%
|
||||
|
||||
if "%VER[3]%"=="22621" (
|
||||
if %VER[4]% GEQ 2428 (
|
||||
set VER[3]=22631
|
||||
set VER[3.4]=22631.%VER[4]%
|
||||
set WB_PE_VER=10.0.22631
|
||||
echo [UPDATED]:WB_PE_VER=10.0.22631
|
||||
echo [UPDATED]:VER[3]=22631
|
||||
echo [UPDATED]:VER[3.4]=22631.%VER[4]%
|
||||
)
|
||||
)
|
||||
|
||||
rem Windows.UI.Xaml.Resources.*.dll
|
||||
|
||||
set VER_XAMLRES=
|
||||
|
Loading…
x
Reference in New Issue
Block a user