Skip to content

Commit

Permalink
AU: 1 updated - PDFCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 26, 2022
1 parent b5755d5 commit 02e3610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/pdfcreator/pdfcreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>4.4.2</version>
<version>4.4.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey-community</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\PDFCreator-4_4_2-Setup.exe.exe"
file = "$toolsPath\PDFCreator-4_4_3-Setup.exe.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down

0 comments on commit 02e3610

Please sign in to comment.