Skip to content

Commit

Permalink
Merge pull request #2329 from mgmax/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Jan 3, 2024
2 parents bfe6481 + 6708895 commit e9dbc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/inkscape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.3.2_2023-11-25_091e20e-x64.msi"
softwareName = 'InkScape*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1"
validExitCodes = @(0)
}

Expand Down

0 comments on commit e9dbc2a

Please sign in to comment.