This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ $InputFile = "$Path\Sources\Winget-Install-GUI.ps1"
77$OutputFile = " $Path \Compiler\WiGui.exe"
88$Icon = " $Path \Sources\WiGui.ico"
99$Title = " WiGui"
10- $AppVersion = " 1.6.3 "
10+ $AppVersion = " 1.6.4 "
1111Invoke-ps2exe - inputFile $InputFile - outputFile $OutputFile - noConsole - requireAdmin - title $Title - version $AppVersion - copyright " Romanitho" - product $Title - icon $Icon - noerror
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ https://github.com/Romanitho/Winget-AllinOne
1212
1313<# APP INFO #>
1414
15- $Script :WiGuiVersion = " 1.6.3 "
16- $Script :WAUGithubLink = " https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.4 .zip"
15+ $Script :WiGuiVersion = " 1.6.4 "
16+ $Script :WAUGithubLink = " https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.5 .zip"
1717$Script :WIGithubLink = " https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.7.4.zip"
18- $Script :WingetLink = " https://github.com/microsoft/winget-cli/releases/download/v1.3.1391-preview /Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
18+ $Script :WingetLink = " https://github.com/microsoft/winget-cli/releases/download/v.1.3.1611 /Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
1919
2020<# FUNCTIONS #>
2121
@@ -103,7 +103,7 @@ function Get-WingetStatus {
103103 $hasAppInstaller = Get-AppXPackage - Name ' Microsoft.DesktopAppInstaller'
104104 [Version ]$AppInstallerVers = $hasAppInstaller.version
105105
106- if (! ($AppInstallerVers -ge " 1.18.1391 .0" )) {
106+ if (! ($AppInstallerVers -ge " 1.18.1611 .0" )) {
107107
108108 # installing dependencies
109109 if (! (Get-AppxPackage - Name ' Microsoft.UI.Xaml.2.7' )) {
You can’t perform that action at this time.
0 commit comments