We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2325d commit 69086e6Copy full SHA for 69086e6
Compiler/ps2exe.ps1
@@ -5,7 +5,7 @@
5
$Path = Split-Path $PSScriptRoot -Parent
6
$Icon = "$Path\sources\WingetIntunePackager.ico"
7
$Title = "WingetIntunePackager"
8
-$AppVersion = "1.0.0"
9
-$InputFile = "$Path\sources\Title.ps1"
+$AppVersion = "1.1.0"
+$InputFile = "$Path\sources\$Title.ps1"
10
$OutputFile = "$Path\Compiler\$Title.exe"
11
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror #-requireAdmin
0 commit comments