Brénainn Woodsend

Results 316 comments of Brénainn Woodsend

I'd be against using `--windowed` because then if you use the same command on another operating system you'd get a windowed app on Windows. So unless you actually want a...

Woah hoah, that's a bold one! > Only tested on Linux Well we have CI/CD for that. Github have added this *approve and run* feature which means that, as you're...

Ughh, this worries me. It seems that the same AV engine that caused #6467 is now targeting our dummy `.notanexectuable` suffix. > I change the suffix to ‘.namgi' then it’s...

> What if we saved the temporary executable without any suffix? That's an option too.

Judging by the lack of people reporting this, presumably this isn't happening. Close this for now...

Hmm, if PyInstaller's `Bundle()` indexed all the files it collects, grouped duplicates and then replaced all but the first of each group with symlinks to the first, we could probably...

@rokm You appear to be saying that no possible setup involving QtWebEngine and notarization can work?

Binaries installed via brew are always compiled single architecture so you can't produce a universal2 build. > If it is, then I am curious if it's even possible to build...

Do you actually find deprecation warnings helpful? I always find that they just prolong the pain rather than lessen it.

I'm with Rok in thinking that no one is going to notice another warning. (I personally tend to set `--log-level=CRITICAL` or redirect `2>/dev/null` to keep my terminal clean.) And if...