Rodney
Rodney
I don't see why it would be an issue if the AUR package referred to a different repo. This isn't my original work in the first place. If and when...
> Unfortunately, OBS Studio is not the only binary relying on curl, some plugins do. So building statically is not a good thing, it will introduce duplication of the curl...
Just to leave some notes on where this PR is at: - libcurl's cmake is annoying because it exports with absolute paths to dependent libraries (nghttp2/brotli) + Probably requires some...
Based on some discussions off-thread we can probably use the dynamic CRT instead of static even for the updater, which makes things a little easier (see my [standalone updater repo](https://github.com/derrod/obs-updater))....
For some reason designer components were built, but the binary `designer.exe` was not created/installed, I guess this will require another dive into Qt Cmake...
Yeah setting that to `ON` just for `qttools` works, latest CI artifact has Qt Designer binaries.
Few things: 1. For consistency with the rest of the code, use single-quoted strings 2. printf style string formatting should not be used, use the modern formatting methods (`.format`/f-strings) instead...
Well this is a bit of an issue.  I wonder if there's a cross-platform way to do this.
Yeah, somewhat selfishly since I do most of my work on windows, so it should work there. Haven't tested in powershell, but no sane person uses powershell.
Two things: 1. Could you also add the command the help text? 2. You could set a default value of "0" for slowmode, causing inoking of the command without a...