mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
New Label: LaTeXiT
2022-09-12 14:49:00 : INFO : latexit : setting variable from argument NOTIFY=silent 2022-09-12 14:49:00 : INFO : latexit : setting variable from argument DEBUG=0 2022-09-12 14:49:00 : REQ : latexit : ################## Start Installomator v. 10.0beta3, date 2022-09-12 2022-09-12 14:49:00 : INFO : latexit : ################## Version: 10.0beta3 2022-09-12 14:49:00 : INFO : latexit : ################## Date: 2022-09-12 2022-09-12 14:49:00 : INFO : latexit : ################## latexit 2022-09-12 14:49:00 : INFO : latexit : SwiftDialog is not installed, clear cmd file var 2022-09-12 14:49:01 : INFO : latexit : BLOCKING_PROCESS_ACTION=tell_user 2022-09-12 14:49:01 : INFO : latexit : NOTIFY=silent 2022-09-12 14:49:01 : INFO : latexit : LOGGING=INFO 2022-09-12 14:49:01 : INFO : latexit : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2022-09-12 14:49:01 : INFO : latexit : Label type: dmg 2022-09-12 14:49:01 : INFO : latexit : archiveName: LaTeXiT.dmg 2022-09-12 14:49:01 : INFO : latexit : no blocking processes defined, using LaTeXiT as default 2022-09-12 14:49:01 : INFO : latexit : name: LaTeXiT, appName: LaTeXiT.app 2022-09-12 14:49:01 : WARN : latexit : No previous app found 2022-09-12 14:49:01 : WARN : latexit : could not find LaTeXiT.app 2022-09-12 14:49:01 : INFO : latexit : appversion: 2022-09-12 14:49:01 : INFO : latexit : Latest version of LaTeXiT is 2.16.4 2022-09-12 14:49:01 : REQ : latexit : Downloading https://pierre.chachatelier.fr/latexit/downloads/LaTeXiT-2_16_4.dmg to LaTeXiT.dmg 2022-09-12 14:49:03 : REQ : latexit : no more blocking processes, continue with update 2022-09-12 14:49:04 : REQ : latexit : Installing LaTeXiT 2022-09-12 14:49:04 : INFO : latexit : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.p6c9hBly/LaTeXiT.dmg 2022-09-12 14:49:07 : INFO : latexit : Mounted: /Volumes/LaTeXiT 2.16.4 1 2022-09-12 14:49:07 : INFO : latexit : Verifying: /Volumes/LaTeXiT 2.16.4 1/LaTeXiT.app 2022-09-12 14:49:08 : INFO : latexit : Team ID matching: 7SFX84GNR7 (expected: 7SFX84GNR7 ) 2022-09-12 14:49:08 : INFO : latexit : Installing LaTeXiT version 2.16.4 on versionKey CFBundleShortVersionString. 2022-09-12 14:49:08 : INFO : latexit : App has LSMinimumSystemVersion: 10.9 2022-09-12 14:49:08 : INFO : latexit : Copy /Volumes/LaTeXiT 2.16.4 1/LaTeXiT.app to /Applications 2022-09-12 14:49:12 : WARN : latexit : Changing owner to kryptonit 2022-09-12 14:49:13 : INFO : latexit : Finishing... 2022-09-12 14:49:16 : INFO : latexit : App(s) found: /Applications/LaTeXiT.app 2022-09-12 14:49:16 : INFO : latexit : found app at /Applications/LaTeXiT.app, version 2.16.4, on versionKey CFBundleShortVersionString 2022-09-12 14:49:16 : REQ : latexit : Installed LaTeXiT, version 2.16.4 2022-09-12 14:49:16 : INFO : latexit : App not closed, so no reopen. 2022-09-12 14:49:16 : REQ : latexit : All done! 2022-09-12 14:49:16 : REQ : latexit : ################## End Installomator, exit code 0
This commit is contained in:
7
fragments/labels/latexit.sh
Normal file
7
fragments/labels/latexit.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
latexit)
|
||||||
|
name="LaTeXiT"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="$(curl -fs "https://pierre.chachatelier.fr/latexit/downloads/latexit-sparkle-en.rss" | xpath '(//rss/channel/item/enclosure/@url)[last()]' 2>/dev/null | cut -d '"' -f 2)"
|
||||||
|
appNewVersion="$(curl -fs "https://pierre.chachatelier.fr/latexit/downloads/latexit-sparkle-en.rss" | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[last()]' 2>/dev/null | cut -d '"' -f 2)"
|
||||||
|
expectedTeamID="7SFX84GNR7"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user