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

Commit 4b9c2f9

Browse files
authored
Merge branch 'main' into dev
2 parents d64b138 + a63bef7 commit 4b9c2f9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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\Sources\WiGui.exe"
88
$Icon = "$Path\Sources\WiGui.ico"
99
$Title = "WiGui"
10-
$AppVersion = "1.5.0"
10+
$AppVersion = "1.5.1"
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)