Kopano DeskApp 2.1.24 nightly
This commit is contained in:
parent
a18080be2c
commit
a79acf9028
@ -1,31 +1,31 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>kopano-deskapp-nightly</id>
|
<id>kopano-deskapp-nightly</id>
|
||||||
<version>2.1.16</version>
|
<version>2.1.24</version>
|
||||||
<title>Kopano DeskApp</title>
|
<title>Kopano DeskApp</title>
|
||||||
<authors>Kopano</authors>
|
<authors>Kopano</authors>
|
||||||
<owners>foo.li systeme + software</owners>
|
<owners>foo.li systeme + software</owners>
|
||||||
<licenseUrl>https://www.gnu.org/licenses/gpl.txt</licenseUrl>
|
<licenseUrl>https://www.gnu.org/licenses/gpl.txt</licenseUrl>
|
||||||
<projectUrl>https://download.kopano.io/community/deskapp:/Windows/</projectUrl>
|
<projectUrl>https://download.kopano.io/community/deskapp:/Windows/</projectUrl>
|
||||||
<iconUrl>https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/kopano-deskapp.png</iconUrl>
|
<iconUrl>https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/kopano-deskapp.png</iconUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>From collaboration and sharing with Files or Web Meetings to the standard groupware tools; WebApp has a lot of great features to offer. Making the best use of these features would be even easier if it could be integrated with your day-to-day office applications. This is where DeskApp comes in.
|
<description>From collaboration and sharing with Files or Web Meetings to the standard groupware tools; WebApp has a lot of great features to offer. Making the best use of these features would be even easier if it could be integrated with your day-to-day office applications. This is where DeskApp comes in.
|
||||||
|
|
||||||
DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser can’t, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application.</description>
|
DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser can’t, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application.</description>
|
||||||
<summary>Kopano DeskApp</summary>
|
<summary>Kopano DeskApp</summary>
|
||||||
<releaseNotes>release 2.1.16 (2019-01-21)</releaseNotes>
|
<releaseNotes>release 2.1.24 (2019-02-27)</releaseNotes>
|
||||||
<copyright>2019 Kopano</copyright>
|
<copyright>2019 Kopano</copyright>
|
||||||
<language />
|
<language />
|
||||||
<tags>groupware kopano deskapp nightly admin</tags>
|
<tags>groupware kopano deskapp nightly admin</tags>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="vcredist2015" version="14.0.24215.20170201" />
|
<dependency id="vcredist2015" version="14.0.24215.20170201" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
<!-- building package on gnu/linux with
|
<!-- building package on gnu/linux with nuget
|
||||||
nuget (https://packages.debian.org/stretch/nuget)
|
(https://packages.debian.org/stretch/nuget)
|
||||||
requires adding the tools path -->
|
requires adding the tools path -->
|
||||||
<files>
|
<files>
|
||||||
<file src="tools/*" target="Content/tools"/>
|
<file src="tools/*" target="tools"/>
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
|
|||||||
$packageSearch = 'Kopano DeskApp'
|
$packageSearch = 'Kopano DeskApp'
|
||||||
$installerType = 'msi'
|
$installerType = 'msi'
|
||||||
$silentArgs = '/qb'
|
$silentArgs = '/qb'
|
||||||
$version = '2.1.16'
|
$version = '2.1.24'
|
||||||
$url = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x86.msi'
|
$url = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x86.msi'
|
||||||
$url64 = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x64.msi'
|
$url64 = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x64.msi'
|
||||||
$checksum = 'c9e4fa3fb75281b651d9eb1ccd0da2c7a2da406f'
|
$checksum = 'c38774acbd5e044d6763861a534fff54e2c997ca'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = 'afd22d4c5e385306c693512e0293b48fef7986db'
|
$checksum64 = '79e32dbf2232b19a9f6e77d33df85b48b6576593'
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user