Rodney

Results 351 comments of Rodney

Rebased on #6907's latest changes. Also have a macOS screenshot (I don't yet know why this is misaligned, it's fine on Windows...):

Still not sure why, but adding that `fieldGrowthPolicy` fixed it:

Rebased on master now that #6907 is merged. Also made sure that update check runs in background after switching channels.

I've been able to confirm that updating from one build to another via Sparkle 2 works. Downloading the following build should update to the next one: https://github.com/obsproject/obs-studio/actions/runs/3521880459

Reminder to self, if/when #7855 is merged update the ifdef to include macOS.

Sparkle 2.3.1 has been released since this PR was made: https://github.com/sparkle-project/Sparkle/releases/tag/2.3.1 The main difference is that `generate_appcast` now no longer supports adding DSA signatures at all. This shouldn't be an...

Updated to Sparkle 2.3.1 now. I think all that's left is getting the EdDSA public key from @jp9000, though arguably we could merge it before we have that and then...

The Sparkle 2 public EdDSA key has now been added. This PR is therefore "finished" any may be reviewed/merged at your earliest convenience.

Fixed build failure due to ARC (Automatic Reference Counting) not being enabled for the Sparkle component. Also updated to Sparkle 2.3.2 which contains some minor bug fixes.

> During my testing it occurred to me that you're not catching the edge case of someone manually enabling Sparkle, but not provide the public key and new appcast URL,...