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

Freecad rule removed #36

Open
guiweber opened this issue Feb 5, 2018 · 2 comments
Open

Freecad rule removed #36

guiweber opened this issue Feb 5, 2018 · 2 comments
Labels

Comments

@guiweber
Copy link
Member

guiweber commented Feb 5, 2018

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$"
  },
guiweber added a commit that referenced this issue Feb 5, 2018
As per issue #36
@cyagon
Copy link
Member

cyagon commented Feb 5, 2018

freecad is using github releases to publish their software: https://github.com/FreeCAD/FreeCAD/releases
there are also posting their latest releases in their wiki: https://www.freecadweb.org/wiki/Download#Stable_FreeCAD_installers

maybe this can solve the problem. i will have a look at it when i have time.

unbenannt

@guiweber
Copy link
Member Author

guiweber commented Feb 5, 2018

Yes, I am aware of those. But if you take a look you'll notice that the latest x86 and x64 versions numbers are not the same, which is something that Just-Install doesn't support... On Github the latest release doesn't even have x86 binaries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants