mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Unfortunately I could not find any other version source for `appNewVersion`. Should work just fine tho.
12 lines
454 B
Bash
12 lines
454 B
Bash
onlyofficedesktop)
|
|
name="ONLYOFFICE"
|
|
type="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"
|
|
;;
|