mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
2022-05-13 09:28:24 : REQ : fontexplorer : ################## Start Installomator v. 9.2beta, date 2022-05-13 2022-05-13 09:28:24 : INFO : fontexplorer : ################## Version: 9.2beta 2022-05-13 09:28:24 : INFO : fontexplorer : ################## Date: 2022-05-13 2022-05-13 09:28:24 : INFO : fontexplorer : ################## fontexplorer 2022-05-13 09:28:24 : DEBUG : fontexplorer : DEBUG mode 1 enabled. 2022-05-13 09:28:24 : INFO : fontexplorer : BLOCKING_PROCESS_ACTION=tell_user 2022-05-13 09:28:24 : INFO : fontexplorer : NOTIFY=success 2022-05-13 09:28:24 : INFO : fontexplorer : LOGGING=DEBUG 2022-05-13 09:28:24 : INFO : fontexplorer : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2022-05-13 09:28:24 : INFO : fontexplorer : Label type: dmg 2022-05-13 09:28:24 : INFO : fontexplorer : archiveName: FontExplorer X Pro.dmg 2022-05-13 09:28:24 : INFO : fontexplorer : no blocking processes defined, using FontExplorer X Pro as default 2022-05-13 09:28:24 : DEBUG : fontexplorer : Changing directory to /Users/thijs/gits/Installomator/build 2022-05-13 09:28:24 : INFO : fontexplorer : No version found using packageID com.linotype.FontExplorerX 2022-05-13 09:28:24 : INFO : fontexplorer : App(s) found: /Applications/FontExplorer X Pro.app 2022-05-13 09:28:24 : INFO : fontexplorer : found app at /Applications/FontExplorer X Pro.app, version 7.3.0, on versionKey CFBundleShortVersionString 2022-05-13 09:28:24 : INFO : fontexplorer : appversion: 7.3.0 2022-05-13 09:28:24 : INFO : fontexplorer : Latest version of FontExplorer X Pro is 7.3.0 2022-05-13 09:28:24 : WARN : fontexplorer : DEBUG mode 1 enabled, not exiting, but there is no new version of app. 2022-05-13 09:28:24 : INFO : fontexplorer : FontExplorer X Pro.dmg exists and DEBUG mode 1 enabled, skipping download 2022-05-13 09:28:24 : DEBUG : fontexplorer : DEBUG mode 1, not checking for blocking processes 2022-05-13 09:28:24 : REQ : fontexplorer : Installing FontExplorer X Pro 2022-05-13 09:28:25 : INFO : fontexplorer : Mounting /Users/thijs/gits/Installomator/build/FontExplorer X Pro.dmg 2022-05-13 09:28:25 : DEBUG : fontexplorer : Debugging enabled, dmgmount output was: /dev/disk2 Apple_partition_scheme /dev/disk2s1 Apple_partition_map /dev/disk2s2 Apple_HFS /Volumes/FontExplorer X Pro 2022-05-13 09:28:25 : INFO : fontexplorer : Mounted: /Volumes/FontExplorer X Pro 2022-05-13 09:28:25 : INFO : fontexplorer : Verifying: /Volumes/FontExplorer X Pro/FontExplorer X Pro.app 2022-05-13 09:28:25 : DEBUG : fontexplorer : App size: 353M /Volumes/FontExplorer X Pro/FontExplorer X Pro.app 2022-05-13 09:28:28 : DEBUG : fontexplorer : Debugging enabled, App Verification output was: /Volumes/FontExplorer X Pro/FontExplorer X Pro.app: accepted source=Notarized Developer ID origin=Developer ID Application: Linotype GmbH (2V7G2B7WG4) 2022-05-13 09:28:28 : INFO : fontexplorer : Team ID matching: 2V7G2B7WG4 (expected: 2V7G2B7WG4 ) 2022-05-13 09:28:28 : INFO : fontexplorer : Downloaded version of FontExplorer X Pro is 7.3.0 on versionKey CFBundleShortVersionString, same as installed. 2022-05-13 09:28:28 : DEBUG : fontexplorer : Unmounting /Volumes/FontExplorer X Pro 2022-05-13 09:28:28 : DEBUG : fontexplorer : Debugging enabled, Unmounting output was: "disk2" ejected. 2022-05-13 09:28:28 : DEBUG : fontexplorer : DEBUG mode 1, not reopening anything 2022-05-13 09:28:28 : REG : fontexplorer : No new version to install 2022-05-13 09:28:28 : REQ : fontexplorer : ################## End Installomator, exit code 0
10 lines
354 B
Bash
Executable File
10 lines
354 B
Bash
Executable File
fontexplorer)
|
|
name="FontExplorer X Pro"
|
|
type="dmg"
|
|
packageID="com.linotype.FontExplorerX"
|
|
downloadURL="http://www.fontexplorerx.com/download/free-trial/Mac/"
|
|
appNewVersion=$( curl -fsL http://fex.linotype.com/update/client/mac/pro/version.plist | grep string | tail -n 1 | sed 's/[^0-9.]//g' )
|
|
expectedTeamID="2V7G2B7WG4"
|
|
;;
|
|
|