Firefox Developer Edition Label #452

Closed
opened 2026-01-19 18:34:05 +00:00 by michael · 1 comment
Owner

Originally created by @albiii on GitHub.

Did not exist... so I made one...

firefox_dev)
name="Firefox Developer Edition"
type="dmg"
downloadURL="https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=osx&lang=en-US"
firefoxVersions=$(curl -fs "https://product-details.mozilla.org/1.0/firefox_versions.json")
appNewVersion=$(getJSONValue "$firefoxVersions" "LATEST_FIREFOX_DEVEL_VERSION")
expectedTeamID="43AQ936H96"
blockingProcesses=( firefox )
printlog "WARNING for ERROR: Label firefox and firefox_intl should not be used. Instead use firefoxpkg and firefoxpkg_intl as per recommendations from Firefox. It's not fully certain that the app actually gets updated here. firefoxpkg and firefoxpkg_intl will have built in updates and make sure the client is updated in the future." REQ
;;

Originally created by @albiii on GitHub. Did not exist... so I made one... firefox_dev) name="Firefox Developer Edition" type="dmg" downloadURL="https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=osx&lang=en-US" firefoxVersions=$(curl -fs "https://product-details.mozilla.org/1.0/firefox_versions.json") appNewVersion=$(getJSONValue "$firefoxVersions" "LATEST_FIREFOX_DEVEL_VERSION") expectedTeamID="43AQ936H96" blockingProcesses=( firefox ) printlog "WARNING for ERROR: Label firefox and firefox_intl should not be used. Instead use firefoxpkg and firefoxpkg_intl as per recommendations from Firefox. It's not fully certain that the app actually gets updated here. firefoxpkg and firefoxpkg_intl will have built in updates and make sure the client is updated in the future." REQ ;;
michael added the waiting for responseapplication labels 2026-01-19 18:34:05 +00:00
Author
Owner

@scriptingosx commented on GitHub:

Fixed with #838 in 10.3

@scriptingosx commented on GitHub: Fixed with #838 in 10.3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#452