mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Zoho WorkDrive Genie
``` ➜ Installomator/utils/assemble.sh zohoworkdrivegenie DEBUG=0 INSTALL=force 2022-03-30 13:20:44 : WARN : zohoworkdrivegenie : setting variable from argument DEBUG=0 2022-03-30 13:20:44 : WARN : zohoworkdrivegenie : setting variable from argument INSTALL=force 2022-03-30 13:20:44 : REQ : zohoworkdrivegenie : ################## Start Installomator v. 10dev, date 2022-03-30 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : ################## Version: 10dev 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : ################## Date: 2022-03-30 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : ################## zohoworkdrivegenie 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : BLOCKING_PROCESS_ACTION=tell_user 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : NOTIFY=success 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : LOGGING=INFO 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : Label type: dmg 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : archiveName: Zoho WorkDrive Genie.dmg 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : no blocking processes defined, using Zoho WorkDrive Genie as default 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : App(s) found: /Applications/Zoho WorkDrive Genie.app 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : found app at /Applications/Zoho WorkDrive Genie.app, version 1.0, on versionKey CFBundleShortVersionString 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : appversion: 1.0 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : Label is not of type “updateronly”, and it’s set to use force to install or ignoring app store apps, so not using updateTool. 2022-03-30 13:20:44 : INFO : zohoworkdrivegenie : Latest version not specified. 2022-03-30 13:20:44 : REQ : zohoworkdrivegenie : Downloading https://www.zoho.com/workdrive/downloads/edit-tool/Zoho_WorkDrive_Genie.dmg to Zoho WorkDrive Genie.dmg 2022-03-30 13:20:49 : REQ : zohoworkdrivegenie : no more blocking processes, continue with update 2022-03-30 13:20:49 : REQ : zohoworkdrivegenie : Installing Zoho WorkDrive Genie 2022-03-30 13:20:49 : INFO : zohoworkdrivegenie : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.J1mdaQJZ/Zoho WorkDrive Genie.dmg 2022-03-30 13:20:52 : INFO : zohoworkdrivegenie : Mounted: /Volumes/Zoho WorkDrive Genie 2022-03-30 13:20:52 : INFO : zohoworkdrivegenie : Verifying: /Volumes/Zoho WorkDrive Genie/Zoho WorkDrive Genie.app 2022-03-30 13:20:54 : INFO : zohoworkdrivegenie : Team ID matching: TZ824L8Y37 (expected: TZ824L8Y37 ) 2022-03-30 13:20:54 : INFO : zohoworkdrivegenie : Downloaded version of Zoho WorkDrive Genie is 1.0 on versionKey CFBundleShortVersionString, same as installed. 2022-03-30 13:20:54 : INFO : zohoworkdrivegenie : Using force to install anyway. 2022-03-30 13:20:54 : INFO : zohoworkdrivegenie : App has LSMinimumSystemVersion: 10.13 2022-03-30 13:20:54 : INFO : zohoworkdrivegenie : CLIInstaller exists, running installer command /Volumes/Zoho WorkDrive Genie/Zoho WorkDrive Genie.app/Contents/MacOS/Zoho WorkDrive Genie 2022-03-30 13:21:00 : INFO : zohoworkdrivegenie : Succesfully ran /Volumes/Zoho WorkDrive Genie/Zoho WorkDrive Genie.app/Contents/MacOS/Zoho WorkDrive Genie 2022-03-30 13:21:00 : INFO : zohoworkdrivegenie : Finishing... 2022-03-30 13:21:10 : INFO : zohoworkdrivegenie : App(s) found: /Applications/Zoho WorkDrive Genie.app 2022-03-30 13:21:10 : INFO : zohoworkdrivegenie : found app at /Applications/Zoho WorkDrive Genie.app, version 1.0, on versionKey CFBundleShortVersionString 2022-03-30 13:21:10 : REQ : zohoworkdrivegenie : Installed Zoho WorkDrive Genie, version 1.0 2022-03-30 13:21:10 : INFO : zohoworkdrivegenie : notifying 2022-03-30 13:21:11 : INFO : zohoworkdrivegenie : App not closed, so no reopen. 2022-03-30 13:21:11 : REQ : zohoworkdrivegenie : All done! 2022-03-30 13:21:11 : REQ : zohoworkdrivegenie : ################## End Installomator, exit code 0 ```
This commit is contained in:
8
fragments/labels/zohoworkdrivegenie.sh
Normal file
8
fragments/labels/zohoworkdrivegenie.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
zohoworkdrivegenie)
|
||||
name="Zoho WorkDrive Genie"
|
||||
type="dmg"
|
||||
# https://www.zoho.com/workdrive/genie.html
|
||||
downloadURL="https://www.zoho.com/workdrive/downloads/edit-tool/Zoho_WorkDrive_Genie.dmg"
|
||||
CLIInstaller="Zoho WorkDrive Genie.app/Contents/MacOS/Zoho WorkDrive Genie"
|
||||
expectedTeamID="TZ824L8Y37"
|
||||
;;
|
||||
Reference in New Issue
Block a user