From 670889515a96b9ed00250b99966a5863dd8d4f61 Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Sat, 14 Oct 2023 10:39:22 +0200 Subject: [PATCH] (inkscape) Create start menu entries for all users Fixes #2328 Workaround for upstream bug https://gitlab.com/inkscape/inkscape/-/issues/1618 --- automatic/inkscape/tools/chocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic/inkscape/tools/chocolateyInstall.ps1 b/automatic/inkscape/tools/chocolateyInstall.ps1 index f06e2b5e115..1b5166c671c 100644 --- a/automatic/inkscape/tools/chocolateyInstall.ps1 +++ b/automatic/inkscape/tools/chocolateyInstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ checksumType = 'sha256' file64 = "$toolsPath\inkscape-1.3_2023-07-21_0e150ed6c4-x64_31XBEKV.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) }