vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

Keeps updating every time despite being the same version #112

Closed wrjlewis closed 4 years ago

wrjlewis commented 4 years ago

Setup info

Using the latest version of https://github.com/vitorgalvao/alfred-workflows/tree/master/OneUpdater

Description of issue

An update is triggered every time.

I expect no update to be triggered because my installed version of the workflow (0.3.2) is the same as the master info.plist version (0.3.2).

Screenshots

Debugger output

[10:22:16.446] Notion Search[Script Filter] Passing output 'XXX' to Run Script
vitorgalvao commented 4 years ago

You’re not linking to the info.plist, you’re linking to a webpage. You need to use https://raw.githubusercontent.com/wrjlewis/notion-search-alfred-workflow/master/info.plist

Using the latest version of https://github.com/vitorgalvao/alfred-workflows/tree/master/OneUpdater

Never say “latest” but always the exact version. “Latest” doesn’t help debugging (how do I know you’re really on the latest version?) or people who come after.

There’s a reason I ask for specific versions right on the template, which is for the version of my Workflow you’re requesting help for, not yours. The point of asking for a version is narrowing down where the issue lies; knowing your Workflow’s version makes no difference.

wrjlewis commented 4 years ago

Thanks for being so explicit. I've updated my workflow accordingly.