mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 11:49:16 +01:00
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSA
This commit is contained in:
commit
d5b83f1e05
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -184,7 +184,7 @@ jobs:
|
|||||||
continue
|
continue
|
||||||
out = requests.post(
|
out = requests.post(
|
||||||
'https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured',
|
'https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured',
|
||||||
data=file_content.format(i, v),
|
data=file_content.format(i, v, release_type),
|
||||||
headers={'Content-Type': 'application/soap+xml; charset=utf-8'},
|
headers={'Content-Type': 'application/soap+xml; charset=utf-8'},
|
||||||
verify=False
|
verify=False
|
||||||
)
|
)
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<XmlUpdateFragmentType>FileUrl</XmlUpdateFragmentType>
|
<XmlUpdateFragmentType>FileUrl</XmlUpdateFragmentType>
|
||||||
<XmlUpdateFragmentType>FileDecryption</XmlUpdateFragmentType>
|
<XmlUpdateFragmentType>FileDecryption</XmlUpdateFragmentType>
|
||||||
</infoTypes>
|
</infoTypes>
|
||||||
<deviceAttributes>BranchReadinessLevel=CB;CurrentBranch=rs_prerelease;OEMModel=Virtual Machine;FlightRing=WIS;AttrDataVer=21;SystemManufacturer=Microsoft Corporation;InstallLanguage=en-US;OSUILocale=en-US;InstallationType=Client;FlightingBranchName=external;FirmwareVersion=Hyper-V UEFI Release v2.5;SystemProductName=Virtual Machine;OSSkuId=48;FlightContent=Branch;App=WU;OEMName_Uncleaned=Microsoft Corporation;AppVer=10.0.16184.1001;OSArchitecture=AMD64;SystemSKU=None;UpdateManagementGroup=2;IsFlightingEnabled=1;IsDeviceRetailDemo=0;TelemetryLevel=3;OSVersion=10.0.16184.1001;DeviceFamily=Windows.Desktop;</deviceAttributes>
|
<deviceAttributes>BranchReadinessLevel=CB;CurrentBranch=rs_prerelease;OEMModel=Virtual Machine;FlightRing={};AttrDataVer=21;SystemManufacturer=Microsoft Corporation;InstallLanguage=en-US;OSUILocale=en-US;InstallationType=Client;FlightingBranchName=external;FirmwareVersion=Hyper-V UEFI Release v2.5;SystemProductName=Virtual Machine;OSSkuId=48;FlightContent=Branch;App=WU;OEMName_Uncleaned=Microsoft Corporation;AppVer=10.0.16184.1001;OSArchitecture=AMD64;SystemSKU=None;UpdateManagementGroup=2;IsFlightingEnabled=1;IsDeviceRetailDemo=0;TelemetryLevel=3;OSVersion=10.0.16184.1001;DeviceFamily=Windows.Desktop;</deviceAttributes>
|
||||||
</GetExtendedUpdateInfo2>
|
</GetExtendedUpdateInfo2>
|
||||||
</s:Body>
|
</s:Body>
|
||||||
</s:Envelope>
|
</s:Envelope>
|
||||||
|
Loading…
Reference in New Issue
Block a user