Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit e1d74ca

Browse files
committed
Updated Winget and WAU links
1 parent 9ff44a0 commit e1d74ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Compiler/ps2exe_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1111
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -requireAdmin -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror

Sources/Winget-Install-GUI.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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')) {

0 commit comments

Comments
 (0)