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

Commit 4a15541

Browse files
authored
Merge pull request #50 from Romanitho/v1.6.3
v1.6.3
2 parents aa49c6c + d7245de commit 4a15541

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.6.2"
10+
$AppVersion = "1.6.3"
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
@@ -18,7 +18,7 @@ param(
1818

1919
<# APP INFO #>
2020

21-
$Script:WiGuiVersion = "1.6.2"
21+
$Script:WiGuiVersion = "1.6.3"
2222
$Script:WAUGithubLink = "https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.11.4.zip"
2323
$Script:WIGithubLink = "https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.7.4.zip"
2424
$Script:WingetLink = "https://github.com/microsoft/winget-cli/releases/download/v1.3.1391-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle"

0 commit comments

Comments
 (0)