Skip to content

Commit 69086e6

Browse files
committed
Update ps2exe.ps1
1 parent 6e2325d commit 69086e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/ps2exe.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$Path = Split-Path $PSScriptRoot -Parent
66
$Icon = "$Path\sources\WingetIntunePackager.ico"
77
$Title = "WingetIntunePackager"
8-
$AppVersion = "1.0.0"
9-
$InputFile = "$Path\sources\Title.ps1"
8+
$AppVersion = "1.1.0"
9+
$InputFile = "$Path\sources\$Title.ps1"
1010
$OutputFile = "$Path\Compiler\$Title.exe"
1111
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror #-requireAdmin

0 commit comments

Comments
 (0)