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 +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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 \Sources\WiGui.exe"
88$Icon = " $Path \Sources\WiGui.ico"
99$Title = " WiGui"
10- $AppVersion = " 1.5.0 "
10+ $AppVersion = " 1.5.1 "
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 @@ -17,10 +17,11 @@ param(
1717)
1818
1919<# APP INFO #>
20- $Script :WiGuiVersion = " 1.5.0"
21- $Script :WAUGithubLink = " https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/heads/main.zip"
22- $Script :WIGithubLink = " https://github.com/Romanitho/Winget-Install/archive/refs/heads/main.zip"
23- $Script :WingetLink = " https://github.com/microsoft/winget-cli/releases/download/v1.3.1251-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
20+
21+ $Script :WiGuiVersion = " 1.5.1"
22+ $Script :WAUGithubLink = " https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.0.zip"
23+ $Script :WIGithubLink = " https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.6.0.zip"
24+ $Script :WingetLink = " https://github.com/microsoft/winget-cli/releases/download/v1.3.1391-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"
2425
2526<# FUNCTIONS #>
2627
You can’t perform that action at this time.
0 commit comments