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

Commit 5291391

Browse files
authored
Merge pull request #24 from Romanitho/dev
Massive Update 2
2 parents f5aa2ab + 8ec5211 commit 5291391

File tree

2 files changed

+611
-168
lines changed

2 files changed

+611
-168
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.4.1"
10+
$AppVersion = "1.5.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)