make chocolatey install bonjour

This commit is contained in:
AliveDevil
2023-05-08 17:30:38 +02:00
parent 18d9a2c0db
commit f4378cf4d0
2 changed files with 2 additions and 1 deletions
@@ -20,6 +20,7 @@
<mailingListUrl>https://lists.cyberduck.io</mailingListUrl>
<packageSourceUrl>https://github.com/iterate-ch/cyberduck</packageSourceUrl>
<dependencies>
<dependency id="bonjour" version="3.1.0.2" />
<dependency id="dotnetfx" version="4.7.2.20210909" />
</dependencies>
</metadata>
@@ -1,6 +1,6 @@
$packageName = 'cyberduck'
$installerType = 'exe'
$silentArgs = '/quiet'
$silentArgs = '/quiet InstallBonjour=0'
$url = 'https://update.cyberduck.io/windows/Cyberduck-Installer-${VERSION}.${REVISION}.exe'
$checksum = '${CHECKSUM}'
$checksumType = 'sha256'