Skip to content

sometimes I hate MacOS

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 08:15
· 21 commits to main since this release

TL;DR

When upgrading grif, grif executed chmod +x to make the new upgrade executable, but it turns out there is a better way to do it with a native go implementation called os.chmod instead of executing a cmd with os.exec. Maybe it was my fault after all but I like to rant Apple for no reason. I mean; it worked on linux, so... Why would I have bothered?

Commits

  • 7485fdb: getting ready for the import cmd (quiquelhappy)
  • f7906fa: fix macos executable permissions (quiquelhappy)
  • 9d057cc: 1.0.1 -> 1.0.2 (quiquelhappy)
  • 14a1754: return more errors/info upon failed release downloads (quiquelhappy)