Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Apr 6, 2023
1 parent 32b8ca1 commit 85098f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/ps2exe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$Path = Split-Path $PSScriptRoot -Parent
$Icon = "$Path\sources\WingetIntunePackager.ico"
$Title = "WingetIntunePackager"
$AppVersion = "1.1.0"
$AppVersion = "1.1.1"
$InputFile = "$Path\sources\$Title.ps1"
$OutputFile = "$Path\Compiler\$Title.exe"
Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror #-requireAdmin
2 changes: 1 addition & 1 deletion sources/WingetIntunePackager.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://github.com/Romanitho/Winget-Intune-Packager
### APP INFO ###

#Winget Intune Packager version
$Script:WingetIntunePackager = "1.1.0"
$Script:WingetIntunePackager = "1.1.1"
#Winget-Install Github Link
$Script:WIGithubLink = "https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.10.1.zip"
#Temp folder
Expand Down

0 comments on commit 85098f1

Please sign in to comment.