Ah, yes, I wasn't sure but it looks like everyone with write access to the github repo can read the secrets, so that isn't ideal... Apple does give out free developer membership to open source projects, but there's a bit of paperwork involved.
You add the credentials under Settings/Security/Secrets and variables/Actions. Any scripts to try to bypass gatekeeper will just move the problem.
They're certainly very useful to test a dev build, but signed and notarized would of course be even better. There are some nice examples in the macadmins repo if you want to borrow: https://github.com/macadmins/munki-builds/blob/main/.github/workflows/build_munki.yml
Yes I'm using the github builds (they're a godsend, building from source on Mac was always a mess), and r45896 does indeed fix it. Thank you!
Yes I'm using the github builds (they're a godsend, building from source on Mac has always been a mess), and r45896 does indeed fix it. Thank you!
Autostart doesn't work on macOS with GTK r45889
Not creating the directory is a perfectly fine solution, but pop an error dialog. Silently failing is the real problem here.
Solved how? No change in 3.5 as far as I can tell. Setting autostart method to Copy to D64 and setting AutostartPrgDiskImage to point to a directory that doesn't exist leads to x64sc failing to launch if you double click a .prg, with no visible error dialog for the user. Enabling logging reveals: AUTOSTART: Loading PRG file `/Users/pelle/Downloads/genesis_project-is_that_all.prg' with autostart disk image. Disk Create: Error - Cannot create disk image `/Users/pelle/Library/Caches/vice/doesnotexist/autostart-C64SC.d64'....