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

Commit 4804e66

Browse files
committed
1.8.0
1 parent e4946bc commit 4804e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1"
10+
$AppVersion = "1.8.0"
1111
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -requireAdmin -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror

0 commit comments

Comments
 (0)