mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
make chocolatey install bonjour
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user