Adding app Pika

2022-05-13 09:41:32 : REQ   : pika : ################## Start Installomator v. 9.2beta, date 2022-05-13
2022-05-13 09:41:32 : INFO  : pika : ################## Version: 9.2beta
2022-05-13 09:41:32 : INFO  : pika : ################## Date: 2022-05-13
2022-05-13 09:41:32 : INFO  : pika : ################## pika
2022-05-13 09:41:32 : DEBUG : pika : DEBUG mode 1 enabled.
2022-05-13 09:41:33 : INFO  : pika : BLOCKING_PROCESS_ACTION=tell_user
2022-05-13 09:41:33 : INFO  : pika : NOTIFY=success
2022-05-13 09:41:33 : INFO  : pika : LOGGING=DEBUG
2022-05-13 09:41:33 : INFO  : pika : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-05-13 09:41:33 : INFO  : pika : Label type: dmg
2022-05-13 09:41:33 : INFO  : pika : archiveName: Pika.dmg
2022-05-13 09:41:33 : DEBUG : pika : Changing directory to /Users/thijs/gits/Installomator/build
2022-05-13 09:41:33 : INFO  : pika : No version found using packageID com.superhighfives.Pika
2022-05-13 09:41:33 : INFO  : pika : App(s) found: /Applications/Pika.app
2022-05-13 09:41:33 : INFO  : pika : found app at /Applications/Pika.app, version 0.0.12, on versionKey CFBundleShortVersionString
2022-05-13 09:41:33 : INFO  : pika : appversion: 0.0.12
2022-05-13 09:41:33 : INFO  : pika : Latest version of Pika is 0.0.12
2022-05-13 09:41:33 : WARN  : pika : DEBUG mode 1 enabled, not exiting, but there is no new version of app.
2022-05-13 09:41:33 : INFO  : pika : Pika.dmg exists and DEBUG mode 1 enabled, skipping download
2022-05-13 09:41:33 : REQ   : pika : Installing Pika
2022-05-13 09:41:33 : INFO  : pika : Mounting /Users/thijs/gits/Installomator/build/Pika.dmg
2022-05-13 09:41:33 : DEBUG : pika : Debugging enabled, dmgmount output was:
expected CRC32 $02D39DFE
/dev/disk2          	GUID_partition_scheme
/dev/disk2s1        	Apple_HFS                      	/Volumes/Pika

2022-05-13 09:41:34 : INFO  : pika : Mounted: /Volumes/Pika
2022-05-13 09:41:34 : INFO  : pika : Verifying: /Volumes/Pika/Pika.app
2022-05-13 09:41:34 : DEBUG : pika : App size: 8.0M	/Volumes/Pika/Pika.app
2022-05-13 09:41:34 : DEBUG : pika : Debugging enabled, App Verification output was:
/Volumes/Pika/Pika.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Charlie Gleason (TGHU37N6EX)

2022-05-13 09:41:34 : INFO  : pika : Team ID matching: TGHU37N6EX (expected: TGHU37N6EX )
2022-05-13 09:41:34 : INFO  : pika : Downloaded version of Pika is 0.0.12 on versionKey CFBundleShortVersionString, same as installed.
2022-05-13 09:41:34 : DEBUG : pika : Unmounting /Volumes/Pika
2022-05-13 09:41:34 : DEBUG : pika : Debugging enabled, Unmounting output was:
"disk2" ejected.
2022-05-13 09:41:34 : DEBUG : pika : DEBUG mode 1, not reopening anything
2022-05-13 09:41:34 : REG   : pika : No new version to install
2022-05-13 09:41:34 : REQ   : pika : ################## End Installomator, exit code 0
This commit is contained in:
madtice
2022-05-13 09:41:49 +02:00
parent 0ff286b701
commit 9a154b80b7

9
fragments/labels/pika.sh Executable file
View File

@@ -0,0 +1,9 @@
pika)
name="Pika"
type="dmg"
packageID="com.superhighfives.Pika"
downloadURL=$(downloadURLFromGit "superhighfives" "pika")
appNewVersion=$(versionFromGit "superhighfives" "pika")
expectedTeamID="TGHU37N6EX"
blockingProcesses=( NONE )
;;