Files
Installomator/fragments/labels/cytoscape.sh
Fredrik Larsson 4e003b2292 New Label: Cytoscape
2022-09-13 11:18:47 : REQ   : cytoscape : ################## Start Installomator v. 10.0beta3, date 2022-09-13
2022-09-13 11:18:47 : INFO  : cytoscape : ################## Version: 10.0beta3
2022-09-13 11:18:47 : INFO  : cytoscape : ################## Date: 2022-09-13
2022-09-13 11:18:47 : INFO  : cytoscape : ################## cytoscape
2022-09-13 11:18:47 : INFO  : cytoscape : SwiftDialog is not installed, clear cmd file var
2022-09-13 11:18:49 : INFO  : cytoscape : BLOCKING_PROCESS_ACTION=tell_user
2022-09-13 11:18:49 : INFO  : cytoscape : NOTIFY=success
2022-09-13 11:18:50 : INFO  : cytoscape : LOGGING=INFO
2022-09-13 11:18:50 : INFO  : cytoscape : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-13 11:18:50 : INFO  : cytoscape : Label type: dmg
2022-09-13 11:18:50 : INFO  : cytoscape : archiveName: Cytoscape.dmg
2022-09-13 11:18:50 : INFO  : cytoscape : no blocking processes defined, using Cytoscape as default
2022-09-13 11:18:50 : INFO  : cytoscape : name: Cytoscape, appName: Cytoscape.app
2022-09-13 11:18:50 : WARN  : cytoscape : No previous app found
2022-09-13 11:18:50 : WARN  : cytoscape : could not find Cytoscape.app
2022-09-13 11:18:50 : INFO  : cytoscape : appversion:
2022-09-13 11:18:50 : INFO  : cytoscape : Latest version of Cytoscape is 3.9.1
2022-09-13 11:18:50 : REQ   : cytoscape : Downloading https://github.com/cytoscape/cytoscape/releases/download/3.9.1/Cytoscape_3_9_1_macos.dmg to Cytoscape.dmg
2022-09-13 11:19:12 : REQ   : cytoscape : no more blocking processes, continue with update
2022-09-13 11:19:12 : REQ   : cytoscape : Installing Cytoscape
2022-09-13 11:19:12 : REQ   : cytoscape : installerTool used: Cytoscape Installer.app
2022-09-13 11:19:12 : INFO  : cytoscape : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.zwfhpav8/Cytoscape.dmg
2022-09-13 11:19:13 : INFO  : cytoscape : Mounted: /Volumes/Cytoscape 1
2022-09-13 11:19:13 : INFO  : cytoscape : Verifying: /Volumes/Cytoscape 1/Cytoscape Installer.app
2022-09-13 11:19:14 : INFO  : cytoscape : Team ID matching: 35LDCJ33QT (expected: 35LDCJ33QT )
2022-09-13 11:19:14 : INFO  : cytoscape : Installing Cytoscape version 3.9.1 on versionKey CFBundleShortVersionString.
2022-09-13 11:19:14 : INFO  : cytoscape : App has LSMinimumSystemVersion: 10.7.3
2022-09-13 11:19:14 : INFO  : cytoscape : CLIInstaller exists, running installer command /Volumes/Cytoscape 1/Cytoscape Installer.app/Contents/MacOS/JavaApplicationStub -q
2022-09-13 11:19:49 : INFO  : cytoscape : Succesfully ran /Volumes/Cytoscape 1/Cytoscape Installer.app/Contents/MacOS/JavaApplicationStub -q
2022-09-13 11:19:49 : INFO  : cytoscape : Finishing...
2022-09-13 11:19:52 : INFO  : cytoscape : name: Cytoscape, appName: Cytoscape Installer.app
2022-09-13 11:19:52 : INFO  : cytoscape : App(s) found: /Applications/Cytoscape_v3.9.1/Cytoscape Uninstaller.app/Applications/Cytoscape_v3.9.1/Cytoscape.app
2022-09-13 11:19:52 : WARN  : cytoscape : could not determine location of Cytoscape Installer.app
2022-09-13 11:19:52 : REQ   : cytoscape : Installed Cytoscape
2022-09-13 11:19:52 : INFO  : cytoscape : notifying
2022-09-13 11:19:53 : INFO  : cytoscape : App not closed, so no reopen.
2022-09-13 11:19:53 : REQ   : cytoscape : All done!
2022-09-13 11:19:53 : REQ   : cytoscape : ################## End Installomator, exit code 0
2022-09-13 11:29:16 +02:00

12 lines
387 B
Bash

cytoscape)
name="Cytoscape"
#appName="Cytoscape Installer.app"
type="dmg"
downloadURL="$(downloadURLFromGit cytoscape cytoscape)"
appNewVersion="$(versionFromGit cytoscape cytoscape)"
installerTool="Cytoscape Installer.app"
CLIInstaller="Cytoscape Installer.app/Contents/MacOS/JavaApplicationStub"
CLIArguments=(-q)
expectedTeamID="35LDCJ33QT"
;;