-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
apfelwerk/Installomator
#49Labels
application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.
Description
All questions must be filled out or your Issue will be closed for lack of information
What's wrong with the app label? The appNewVersion is not working as intendet. The output of
appNewVersion=$(curl -fs https://rode.com/en/release-notes/rode-central | xmllint --html --format - 2>/dev/null | tr '"' '\n' | sed 's/\"\;/\n/g' | grep -i -o "Version .*" | head -1 | cut -w -f2) is rate instead of the correct latest Version Number 2.0.62 (at time of writing)
Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests) No PR or Issues found related to the label rodecentral
Installomator version
Latest Version 10.8.beta
Installomator log
2025-01-29 10:52:58 : INFO : rodecentral : Total items in argumentsArray: 0
2025-01-29 10:52:58 : INFO : rodecentral : argumentsArray:
2025-01-29 10:52:58 : REQ : rodecentral : ################## Start Installomator v. 10.8beta, date 2025-01-29
2025-01-29 10:52:58 : INFO : rodecentral : ################## Version: 10.8beta
2025-01-29 10:52:58 : INFO : rodecentral : ################## Date: 2025-01-29
2025-01-29 10:52:58 : INFO : rodecentral : ################## rodecentral
2025-01-29 10:53:02 : INFO : rodecentral : Reading arguments again:
2025-01-29 10:53:02 : INFO : rodecentral : BLOCKING_PROCESS_ACTION=tell_user
2025-01-29 10:53:02 : INFO : rodecentral : NOTIFY=success
2025-01-29 10:53:02 : INFO : rodecentral : LOGGING=INFO
2025-01-29 10:53:02 : INFO : rodecentral : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2025-01-29 10:53:02 : INFO : rodecentral : Label type: pkgInZip
2025-01-29 10:53:02 : INFO : rodecentral : archiveName: RODE Central.zip
2025-01-29 10:53:02 : INFO : rodecentral : no blocking processes defined, using RODE Central as default
2025-01-29 10:53:02 : INFO : rodecentral : App(s) found: /Applications/RODE Central.app
2025-01-29 10:53:02 : INFO : rodecentral : found app at /Applications/RODE Central.app, version 2.0.62, on versionKey CFBundleShortVersionString
2025-01-29 10:53:02 : INFO : rodecentral : appversion: 2.0.62
2025-01-29 10:53:02 : INFO : rodecentral : Latest version of RODE Central is rates
2025-01-29 10:53:02 : REQ : rodecentral : Downloading https://update.rode.com/central/RODE_Central_MACOS.zip to RODE Central.zip
2025-01-29 10:53:05 : INFO : rodecentral : Downloaded RODE Central.zip – Type is Zip archive data, at least v2.0 to extract, compression method=deflate – SHA is a535b0268cc5a3f18e57a324913cf94a365e87db – Size is 98364 kB
2025-01-29 10:53:05 : REQ : rodecentral : no more blocking processes, continue with update
2025-01-29 10:53:05 : REQ : rodecentral : Installing RODE Central
2025-01-29 10:53:05 : INFO : rodecentral : Unzipping RODE Central.zip
2025-01-29 10:53:05 : INFO : rodecentral : found pkg: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qVZ7QL6vYf/RØDE Central Installer (2.0.62).pkg
2025-01-29 10:53:05 : INFO : rodecentral : Verifying: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qVZ7QL6vYf/RØDE Central Installer (2.0.62).pkg
2025-01-29 10:53:05 : INFO : rodecentral : Team ID: Z9T72PWTJA (expected: Z9T72PWTJA )
2025-01-29 10:53:05 : INFO : rodecentral : Installing /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.qVZ7QL6vYf/RØDE Central Installer (2.0.62).pkg to /
2025-01-29 10:53:09 : INFO : rodecentral : Finishing...
2025-01-29 10:53:12 : INFO : rodecentral : App(s) found: /Applications/RODE Central.app
2025-01-29 10:53:12 : INFO : rodecentral : found app at /Applications/RODE Central.app, version 2.0.62, on versionKey CFBundleShortVersionString
2025-01-29 10:53:12 : REQ : rodecentral : Installed RODE Central, version rates
2025-01-29 10:53:12 : INFO : rodecentral : notifying
2025-01-29 10:53:12 : INFO : rodecentral : Installomator did not close any apps, so no need to reopen any apps.
2025-01-29 10:53:12 : REQ : rodecentral : All done!
2025-01-29 10:53:12 : REQ : rodecentral : ################## End Installomator, exit code 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.