MustardChef / WSABuilds

Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
GNU Affero General Public License v3.0
6.86k stars 1.19k forks source link

[REQUEST] change the release version (tag_name) to numbers only #378

Closed GhostScript0r closed 6 days ago

GhostScript0r commented 1 month ago

Describe your request

I'm currently writing a PowerShell script to automatically compare the version number of the latest GitHub releases and my local downloads, and download the latest release if it's newer than the already downloaded version.

In order to compare version, the version numbers need to be converted to [System.Version] type. The format of current versions (Windows_11_2311.40000.5.0_LTS_2) cannot be converted to version number.

MustardChef commented 1 month ago

Since WSA has been discontinued, I have been releasing LTS builds to keep Google Apps, Magisk, and KernelSU up to date. To distinguish these builds from non-LTS and previous LTS releases and for the sake of simplicity, I need to add "LTS_X" to the tags.

Switching from the current tag name format to a number only tag name format would not be ideal.