mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Changed curl -fs to curl -fsL to cleanup logging. The usual -fsIL doesn't give me the newest version number. 2022-05-12 20:52:03 : REQ : filezilla : ################## Start Installomator v. 9.2beta, date 2022-05-12 2022-05-12 20:52:03 : INFO : filezilla : ################## Version: 9.2beta 2022-05-12 20:52:03 : INFO : filezilla : ################## Date: 2022-05-12 2022-05-12 20:52:03 : INFO : filezilla : ################## filezilla 2022-05-12 20:52:03 : DEBUG : filezilla : DEBUG mode 1 enabled. 2022-05-12 20:52:03 : INFO : filezilla : BLOCKING_PROCESS_ACTION=tell_user 2022-05-12 20:52:03 : INFO : filezilla : NOTIFY=success 2022-05-12 20:52:03 : INFO : filezilla : LOGGING=DEBUG 2022-05-12 20:52:04 : INFO : filezilla : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2022-05-12 20:52:04 : INFO : filezilla : Label type: tbz 2022-05-12 20:52:04 : INFO : filezilla : archiveName: FileZilla.tbz 2022-05-12 20:52:04 : DEBUG : filezilla : Changing directory to /Users/thijs/gits/Installomator/build 2022-05-12 20:52:04 : INFO : filezilla : No version found using packageID org.filezilla-project.filezilla 2022-05-12 20:52:04 : INFO : filezilla : App(s) found: /Applications/FileZilla.app 2022-05-12 20:52:04 : INFO : filezilla : found app at /Applications/FileZilla.app, version 3.59.0, on versionKey CFBundleShortVersionString 2022-05-12 20:52:04 : INFO : filezilla : appversion: 3.59.0 2022-05-12 20:52:04 : INFO : filezilla : Latest version of FileZilla is 3.59.0 2022-05-12 20:52:04 : WARN : filezilla : DEBUG mode 1 enabled, not exiting, but there is no new version of app. 2022-05-12 20:52:04 : INFO : filezilla : FileZilla.tbz exists and DEBUG mode 1 enabled, skipping download 2022-05-12 20:52:04 : REQ : filezilla : Installing FileZilla 2022-05-12 20:52:04 : INFO : filezilla : Unzipping FileZilla.tbz 2022-05-12 20:52:07 : INFO : filezilla : Verifying: /Users/thijs/gits/Installomator/build/FileZilla.app 2022-05-12 20:52:07 : DEBUG : filezilla : App size: 44M /Users/thijs/gits/Installomator/build/FileZilla.app 2022-05-12 20:52:07 : DEBUG : filezilla : Debugging enabled, App Verification output was: /Users/thijs/gits/Installomator/build/FileZilla.app: accepted source=Notarized Developer ID origin=Developer ID Application: Tim Kosse (5VPGKXL75N) 2022-05-12 20:52:07 : INFO : filezilla : Team ID matching: 5VPGKXL75N (expected: 5VPGKXL75N ) 2022-05-12 20:52:07 : INFO : filezilla : Downloaded version of FileZilla is 3.59.0 on versionKey CFBundleShortVersionString, same as installed. 2022-05-12 20:52:07 : DEBUG : filezilla : DEBUG mode 1, not reopening anything 2022-05-12 20:52:07 : REG : filezilla : No new version to install 2022-05-12 20:52:07 : REQ : filezilla : ################## End Installomator, exit code 0
10 lines
340 B
Bash
Executable File
10 lines
340 B
Bash
Executable File
hype)
|
|
name="Hype4"
|
|
type="dmg"
|
|
packageID="com.tumult.Hype4"
|
|
downloadURL="https://static.tumult.com/hype/download/Hype.dmg"
|
|
appNewVersion=$( curl -fs https://tumult.com/hype/download/all/ | grep Ongoing | awk -F '<' '{print $4}' | sed 's/[^0-9.]//g' )
|
|
expectedTeamID="8J356DM772"
|
|
blockingProcesses=( NONE )
|
|
;;
|