We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e035ce6 commit 290ccb9Copy full SHA for 290ccb9
makexrsys.ps1
@@ -121,9 +121,9 @@ switch ($makeversion) {
121
$obj = (Invoke-RestMethod https://c.xrgzs.top/OSList.json).'【更新】7_SP1_IE11_自选_64位_无驱动_原版无接管'
122
$osurl = $obj.osurl2
123
$osfile = $obj.osfile
124
- $osindex = 3
+ $osindex = 4
125
$osver = '7'
126
- $osversion = ($obj.osfile.Substring(0, $obj.osfile.IndexOf('.',5)))
+ $osversion = ($obj.osfile -split '_')[-2]
127
$osarch = 'x64'
128
$sysver = "XRSYS_Win7_SP2_Pro_x64_CN_Full"
129
$sysvercn = "潇然系统_Win7_SP2_专业_x64_完整"
0 commit comments