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

Commit 1b0ac7d

Browse files
committed
v1.7.1
1 parent 8d21b21 commit 1b0ac7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0"
10+
$AppVersion = "1.7.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://github.com/Romanitho/Winget-AllinOne
1212

1313
<# APP INFO #>
1414

15-
$Script:WiGuiVersion = "1.7.0"
15+
$Script:WiGuiVersion = "1.7.1"
1616
$Script:WAUGithubLink = "https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.13.2.zip"
1717
$Script:WIGithubLink = "https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.8.0.zip"
1818
$Script:WingetLink = "https://github.com/microsoft/winget-cli/releases/download/v.1.3.1611/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"

0 commit comments

Comments
 (0)