-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
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.
Description
What's wrong with the app label?
Current app label does not get new app version number.
Installomator version
10.7beta, 2025-01-02
Additional context
Website changed a little bit, so must the label code.
Installomator log
2025-01-02 21:48:56 : INFO : 1password8 : Latest version of 1Password is u-text-left"
Fix
appNewVersion=$(curl -s "https://releases.1password.com/mac/$relBuildVer/" | grep "Updated to" | cut -d \> -f 78 | cut -d \ -f 3)
Change "78" to "79":
appNewVersion=$(curl -s "https://releases.1password.com/mac/$relBuildVer/" | grep "Updated to" | cut -d \> -f 79 | cut -d \ -f 3)
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.