mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 22:35:45 +02:00
sparkle: offer update only for supported os
Set minimum macOS version for sparkle updater to 10.14. The same minimum version is required by qt 6. So only users with macOS 10.14 or higher will be offered to update jami to qt version on macOS. Change-Id: I58b081a2a042db118d06724f7a6e9359feefb59c
This commit is contained in:
parent
f1cc448e17
commit
58b5e2d13c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ cat << EOFILE > ${REPO_FOLDER}/${SPARKLE_FILE}
|
|||
<pubDate>$DATE_RFC2822</pubDate>
|
||||
<sparkle:version>${BUILD}</sparkle:version>
|
||||
<sparkle:shortVersionString>${VERSION}</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
|
||||
<sparkle:minimumSystemVersion>10.14.0</sparkle:minimumSystemVersion>
|
||||
<enclosure url="${REPO_URL}/$(basename ${PACKAGE})" length="$PACKAGE_SIZE" type="application/octet-stream" sparkle:dsaSignature="$(./sign_update.sh ${PACKAGE} ${DSA_KEY})" />
|
||||
</item>
|
||||
$(echo -e "${ITEMS}")
|
||||
|
|
Loading…
Add table
Reference in a new issue