Skip to content
This repository was archived by the owner on Sep 1, 2018. It is now read-only.
This repository was archived by the owner on Sep 1, 2018. It is now read-only.

Freecad rule removed #36

@guiweber

Description

@guiweber

The freecad rule has been removed since their x32 and x64 versions are not kept at the same version number, which makes the update fail. Lets see if they fix this later or find a way to allow it.

"freecad": {
    "url": "https://www.freecadweb.org/wiki/Download",
    "updater": {
      "x86": {
        "rule_type": "css-link",
        "selector": "a.external",
        "filter": "WIN-x86"
      },
      "x86_64": {
        "rule_type": "css-link",
        "selector": "a.external",
        "filter": "WIN-x64"
      }
    },
    "version_extractor": "FreeCAD.([0-9]+(?:\\.[0-9]+)*[a-z]?).*\\.exe$"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions