Skip to content

Commit 64d3e22

Browse files
author
xrgzs
committed
LTSB2016
1 parent 9d8fa73 commit 64d3e22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

makexrsys.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ switch ($makeversion) {
9393
# $obj = Get-OsBySearch -Path "/潇然工作室/System/Win10" -Search "MSUpdate_Win10_22H2*.esd"
9494
# $osurl = $obj.osurl
9595
# $osfile = $obj.osfile
96-
$obj = (Invoke-WebRequest -Uri "$server/d/mount/oofutech/MSUpdate/10/LTSC2016/latest_x64.json").Content | ConvertFrom-Json
97-
$osurl = "$server/d/mount/oofutech/MSUpdate/10/LTSC2016/" + $obj.os_version + '/' + $obj.name
96+
$obj = (Invoke-WebRequest -Uri "$server/d/mount/oofutech/MSUpdate/10/LTSB2016/latest_x64.json").Content | ConvertFrom-Json
97+
$osurl = "$server/d/mount/oofutech/MSUpdate/10/LTSB2016/" + $obj.os_version + '/' + $obj.name
9898
$osfile = $obj.name
9999
$osindex = 1
100-
$sysver = "XRSYS_Win10_LTSC2016_EntS_x64_CN_Full"
101-
$sysvercn = "潇然系统_Win10_LTSC2016_企业S_x64_完整"
100+
$sysver = "XRSYS_Win10_LTSB2016_EntS_x64_CN_Full"
101+
$sysvercn = "潇然系统_Win10_LTSB2016_企业S_x64_完整"
102102
}
103103
Default {
104104
Write-Error "Unknown version.

0 commit comments

Comments
 (0)