Merge branch 'v2-MSI' of https://github.com/Romanitho/Winget-AutoUpdate into v2-MSI
commit
173306031c
|
@ -79,13 +79,13 @@ jobs:
|
||||||
if ("${{ env.ReleaseType }}" -eq "Release") {
|
if ("${{ env.ReleaseType }}" -eq "Release") {
|
||||||
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
||||||
$NextSemver = $NextAutoSemver.Split("-")[0]
|
$NextSemver = $NextAutoSemver.Split("-")[0]
|
||||||
$ReleaseName = $NextSemver
|
$ReleaseName = "WAU " + $NextSemver
|
||||||
$Prerelease = 0
|
$Prerelease = 0
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
$MsiVersion = $NextAutoSemver.Split("-")[0]
|
||||||
$NextSemver = $NextAutoSemver.Replace("-0","-n")
|
$NextSemver = $NextAutoSemver.Replace("-0","-n")
|
||||||
$ReleaseName = $NextSemver + " [Nightly Build]"
|
$ReleaseName = "WAU " + $NextSemver + " [Nightly Build]"
|
||||||
$Prerelease = 1
|
$Prerelease = 1
|
||||||
}
|
}
|
||||||
echo "MSI version: $MsiVersion"
|
echo "MSI version: $MsiVersion"
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
![image](https://github.com/Romanitho/Winget-AutoUpdate/assets/96626929/0e738c7a-cbe4-4010-94f6-1e9165bc0d49)
|
![image](https://github.com/Romanitho/Winget-AutoUpdate/assets/96626929/0e738c7a-cbe4-4010-94f6-1e9165bc0d49)
|
||||||
|
|
||||||
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Romanitho/Winget-AutoUpdate?label=Latest%20Stable%20Release&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/latest)
|
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Romanitho/Winget-AutoUpdate?label=Latest%20Stable%20Release&style=for-the-badge)](https://github.com/Romanitho/Winget-AutoUpdate/releases/latest)
|
||||||
[![GitHub release (by tag)](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/latest/WAU-Configurator.zip?label=Downloads&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/latest)
|
|
||||||
[![GitHub release (by tag)](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/latest/WAU.zip?label=Downloads&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/latest)
|
|
||||||
[![GitHub release (by tag)](https://img.shields.io/github/downloads/Romanitho/Winget-AutoUpdate/latest/WAU_InstallCounter?label=Installations&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/latest)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -223,8 +220,5 @@ Feel free to give us any suggestions or optimizations in code and support us by
|
||||||
#### WAU - GitHub
|
#### WAU - GitHub
|
||||||
|
|
||||||
[![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/Romanitho/Winget-AutoUpdate?display_name=release&include_prereleases&label=Latest%20Release&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
|
[![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/Romanitho/Winget-AutoUpdate?display_name=release&include_prereleases&label=Latest%20Release&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
|
||||||
[![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/Romanitho/Winget-AutoUpdate/latest/WAU-Configurator.zip?label=Downloads&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
|
|
||||||
[![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/Romanitho/Winget-AutoUpdate/latest/WAU.zip?label=Downloads&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
|
|
||||||
[![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/Romanitho/Winget-AutoUpdate/latest/WAU_InstallCounter?label=Installations&style=flat-square)](https://github.com/Romanitho/Winget-AutoUpdate/releases/)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue