Skip to content

XQuartz installation type is incorrect: should be pkg #828

@mdcap

Description

@mdcap

In version 10.1 of the Installomator script, the installation type of XQuartz is set as
type="pkgInDmg"

that was correct for v2.8.2 of XQuartz;
Screenshot 2023-01-03 at 11 27 38

however as of v2.8.3 it has changed to .pkg
(The latest v2.8.4 is also .pkg):
Screenshot 2023-01-03 at 11 26 30

The XQuartz entry in the Installomator script needs to be changed to:

xquartz)
    # credit: AP Orlebeke (@apizz)
    name="XQuartz"
    type="pkg"
    downloadURL=$(downloadURLFromGit XQuartz XQuartz)
    appNewVersion=$(versionFromGit XQuartz XQuartz)
    expectedTeamID="NA574AWV7E"
    ;;

Metadata

Metadata

Assignees

No one assigned

    Labels

    application-issueApp label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions