alexwlchan / safari-webarchiver

Save web pages as Safari webarchive files from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offer precompiled binaries for download

alexwlchan opened this issue · comments

Having to download the Xcode Command Line Tools is a non-trivial bar to usage. It'd be nice if I could offer precompiled binaries for people to download.

I wonder if I could do this in GitHub Actions?

Precompiled binaries are also a heck of a lot faster!

Okay I got it working somewhat, but it seems to have built Apple Silicon images for both builds!

Which kinda makes sense, there was nothing to distinguish them. Let's see if my next build gets me an Intel build.

Okay now it works and creates the correct binary, but they aren't notarised. So that's the next step!