Merge pull request #454 from adibue/adibue-update-onlyofficedesktop

Updated 'onlyofficedesktop'
This commit is contained in:
Armin Briegel
2022-05-12 10:40:27 +02:00
committed by GitHub

View File

@@ -1,6 +1,11 @@
onlyofficedesktop)
name="ONLYOFFICE"
type="dmg"
downloadURL="https://download.onlyoffice.com/install/desktop/editors/mac/distrib/onlyoffice/ONLYOFFICE.dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL="https://download.onlyoffice.com/install/desktop/editors/mac/arm/distrib/ONLYOFFICE.dmg"
elif [[ $(arch) == "i386" ]]; then
downloadURL="https://download.onlyoffice.com/install/desktop/editors/mac/x86_64/distrib/ONLYOFFICE.dmg"
fi
appNewVersion=$(versionFromGit ONLYOFFICE DesktopEditors)
expectedTeamID="2WH24U26GJ"
;;