Compare commits

...

14 Commits

Author SHA1 Message Date
MustardChef
e8ffe39e13
Correction 2024-05-29 12:08:31 +01:00
MustardChef
e42833e4d4
Set next LTS Build date (LTS Build #3) 2024-05-29 11:47:35 +01:00
MustardChef
45ab480fa4
Update Download Links and Info 2024-05-03 12:08:24 +01:00
MustardChef
7d667a07c0 Update Download Links for Update: Build 2024-05-03 10:46:25 +00:00
MustardChef
d7f5437f16
Update generateKernelSULink.py 2024-05-03 11:29:55 +01:00
MustardChef
1ffac1d69a Update Download Links for Update: 2311.40000.5.0_LTS_2 2024-05-03 10:12:57 +00:00
MustardChef
a2fdc88879
Update LTS Build Date. 2024-04-23 13:06:56 +01:00
MustardChef
c4ba6de6a2
Add LTS Build #2 Date. 2024-04-23 13:06:23 +01:00
MustardChef
46e8660dfc
Merge pull request #362 from MustardChef/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5.0.1
Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1
2024-04-15 10:35:36 +01:00
dependabot[bot]
b39c2837bc
Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 05:31:05 +00:00
MustardChef
52191a20dd
Merge pull request #357 from 1552980358/master
Fix Windows 10 installation Appx commands error when pwsh.exe installed
2024-04-07 15:19:18 +01:00
1552980358
c67866a280
Optimize readability 2024-04-07 21:25:24 +08:00
1552980358
dbb4a085b0
Fix Windows 10 installation Appx commands error when pwsh.exe installed
Issue PowerShell/PowerShell#19031 still exists on Windows 10 and still not be fixed
2024-04-07 20:09:55 +08:00
DistantCoder
7da3a914a7
Update README.md 2024-04-03 20:37:48 +01:00
4 changed files with 27 additions and 12 deletions

View File

@ -63,7 +63,7 @@ jobs:
echo MTG Update Message: ${{ env.MTG_MSG }}
- name: Update App version 🔗
uses: stefanzweifel/git-auto-commit-action@v5.0.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
branch: update
push_options: '--force'

View File

@ -38,6 +38,10 @@ function Get-InstalledDependencyVersion {
}
}
Function Check-Windows11 {
RETURN (Get-ComputerInfo | Select-Object -expand OsName) -match 11
}
Function Test-CommandExist {
Param ($Command)
$OldPreference = $ErrorActionPreference
@ -53,10 +57,9 @@ Function Finish {
Start-Process "wsa://com.android.vending"
}
If (Test-CommandExist pwsh.exe) {
If ((Check-Windows11) -And (Test-CommandExist 'pwsh.exe')) {
$pwsh = "pwsh.exe"
}
Else {
} Else {
$pwsh = "powershell.exe"
}

View File

@ -66,7 +66,7 @@ if res.status_code == 200:
for asset in assets:
if re.match(f'kernel-WSA-{abi_map[arch]}-{kernelVersion}.*.zip$', asset["name"]) and asset["content_type"] == "application/zip":
link = asset["browser_download_url"]
if re.match(f'KernelSU_{release_name}_.*-release.*.apk$', asset["name"]) and asset["content_type"] == "application/vnd.android.package-archive":
if re.match(f'KernelSU_{release_name}_.*-release.*.apk$', asset["name"]) or re.match(f'KernelSU_v.*-release.apk$', asset["name"]) and asset["content_type"] == "application/vnd.android.package-archive":
apk = asset["browser_download_url"]
break
if link == "":

View File

@ -7,8 +7,15 @@
---
## Next LTS Release Date:
### WSABuilds LTS 1: ~~``Sunday 31st March 2024``~~ **Available Now**
### WSABuilds LTS 2: ``TBD``
### WSABuilds LTS 1:
~~``Wednesday 03rd April 2024``~~ **Available Now (via the Pre-release buttons in [Downloads](https://github.com/MustardChef/WSABuilds#downloads))**
### WSABuilds LTS 2:
~~``Friday 03rd May 2024``~~ **Available Now (via the Pre-release buttons in [Downloads](https://github.com/MustardChef/WSABuilds#downloads))**
### WSABuilds LTS 3:
``Monday 03rd June 2024``
---
<br/>
<br/>
@ -229,6 +236,11 @@
</tr>
<tr>
<td>v2311.40000.5.0_LTS_1</td>
<td></td>
<td></td>
</tr>
<tr>
<td>v2311.40000.5.0_LTS_2</td>
<td></td>
<td></td>
</tr>
@ -290,12 +302,12 @@
</tr>
<tr>
<td><b>Current Version:</b></td>
<td>2311.40000.5.0_LTS_1</td>
<td>2311.40000.5.0_LTS_2</td>
<td colspan="2">2311.40000.5.0</td>
</tr>
<tr>
<td><b>Release Date:</b></td>
<td>31/03/2024</td>
<td>03/05/2024</td>
<td colspan="2">10/01/2024</td>
</tr>
<tr>
@ -316,11 +328,11 @@
<tbody>
<tr>
<td rowspan="4"><img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/></td>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2311.40000.5.0_LTS_1"><img alt="win11x64downpre" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20x64-orange?style=for-the-badge&amp;logo=windows11"/></a></p></td>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2311.40000.5.0_LTS_2"><img alt="win11x64downpre" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20x64-orange?style=for-the-badge&amp;logo=windows11"/></a></p></td>
<td rowspan="2"><p><a href="https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/EoVMTqCKkgVFvFlJTcz1u0gBdOBqLIwjT-9okE8eCpp3Aw?e=7y5PIT"><img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&amp;logo=Microsoft%20OneDrive&amp;logoColor=0078D4" style="width: 150px;"/></a></p></td>
</tr>
<tr>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2311.40000.5.0_LTS_1_arm64"><img alt="win11arm64downpre" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20arm64-orange?style=for-the-badge&amp;logo=windows11"/></a></p></td>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2311.40000.5.0_LTS_2_arm64"><img alt="win11arm64downpre" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20arm64-orange?style=for-the-badge&amp;logo=windows11"/></a></p></td>
</tr>
<tr>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2311.40000.5.0"><img alt="win11x64downstable" src="https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20x64-blue?style=for-the-badge&amp;logo=windows11"/></a></p></td>
@ -332,7 +344,7 @@
</tr>
<tr>
<td rowspan="2"><img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/></td>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2311.40000.5.0_LTS_1"><img alt="win10x64down" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2010%20x64-orange?style=for-the-badge&amp;logo=windows"/></a></p></td>
<td><p><a href="https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2311.40000.5.0_LTS_2"><img alt="win10x64down" src="https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2010%20x64-orange?style=for-the-badge&amp;logo=windows"/></a></p></td>
<td><p><a href="https://x6cgr-my.sharepoint.com/:f:/g/personal/mcdt_x6cgr_onmicrosoft_com/Enm0Tn0BRMlFmrfCWP9Omf0BCiQU0zybeXZtAyOfOVSQqA?e=v6UQyp"><img src="https://img.shields.io/badge/OneDrive-white?style=for-the-badge&amp;logo=Microsoft%20OneDrive&amp;logoColor=0078D4" style="width: 150px;"/></a></p>
</td>
</tr>