mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
2022-04-26 15:12:45 : REQ : flycut : ################## Start Installomator v. 9.1, date 2022-03-18 2022-04-26 15:12:45 : INFO : flycut : ################## Version: 9.1 2022-04-26 15:12:45 : INFO : flycut : ################## Date: 2022-03-18 2022-04-26 15:12:45 : INFO : flycut : ################## flycut 2022-04-26 15:12:45 : INFO : flycut : BLOCKING_PROCESS_ACTION=tell_user 2022-04-26 15:12:45 : INFO : flycut : NOTIFY=success 2022-04-26 15:12:45 : INFO : flycut : LOGGING=INFO 2022-04-26 15:12:45 : INFO : flycut : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2022-04-26 15:12:45 : INFO : flycut : Label type: zip 2022-04-26 15:12:45 : INFO : flycut : archiveName: Flycut.[0-9.]*.zip 2022-04-26 15:12:45 : INFO : flycut : no blocking processes defined, using Flycut as default 2022-04-26 15:12:45 : INFO : flycut : name: Flycut, appName: Flycut.app 2022-04-26 15:12:46 : INFO : flycut : App(s) found: 2022-04-26 15:12:46 : WARN : flycut : could not find Flycut.app 2022-04-26 15:12:46 : INFO : flycut : appversion: 2022-04-26 15:12:46 : INFO : flycut : Latest version of Flycut is 1.9.6 2022-04-26 15:12:46 : REQ : flycut : Downloading https://github.com/TermiT/Flycut/releases/download/1.9.6/Flycut.1.9.6.zip to Flycut.[0-9.]*.zip 2022-04-26 15:12:47 : REQ : flycut : no more blocking processes, continue with update 2022-04-26 15:12:47 : REQ : flycut : Installing Flycut 2022-04-26 15:12:47 : INFO : flycut : Unzipping Flycut.[0-9.]*.zip 2022-04-26 15:12:47 : INFO : flycut : Verifying: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ScqcA2X3/Flycut.app 2022-04-26 15:12:48 : INFO : flycut : Team ID matching: S8JLSG5ES7 (expected: S8JLSG5ES7 ) 2022-04-26 15:12:48 : INFO : flycut : Installing Flycut version 1.9.6 on versionKey CFBundleShortVersionString. 2022-04-26 15:12:48 : INFO : flycut : App has LSMinimumSystemVersion: 10.10 2022-04-26 15:12:48 : INFO : flycut : Copy /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.ScqcA2X3/Flycut.app to /Applications 2022-04-26 15:12:48 : WARN : flycut : Changing owner to maikelwork 2022-04-26 15:12:48 : INFO : flycut : Finishing... 2022-04-26 15:12:58 : INFO : flycut : App(s) found: /Applications/Flycut.app 2022-04-26 15:12:58 : INFO : flycut : found app at /Applications/Flycut.app, version 1.9.6, on versionKey CFBundleShortVersionString 2022-04-26 15:12:58 : REQ : flycut : Installed Flycut, version 1.9.6 2022-04-26 15:12:58 : INFO : flycut : notifying 2022-04-26 15:12:58 : INFO : flycut : App not closed, so no reopen. 2022-04-26 15:12:58 : REQ : flycut : All done! 2022-04-26 15:12:58 : REQ : flycut : ################## End Installomator, exit code 0
9 lines
218 B
Bash
9 lines
218 B
Bash
flycut)
|
|
name="Flycut"
|
|
type="zip"
|
|
archiveName="Flycut.[0-9.]*.zip"
|
|
downloadURL="$(downloadURLFromGit TermiT Flycut)"
|
|
appNewVersion=$(versionFromGit TermiT Flycut )
|
|
expectedTeamID="S8JLSG5ES7"
|
|
;;
|