Kay Hayen

Results 1287 comments of Kay Hayen

Are you saying the entitlements given to the binary to not get granted to the forked off binary? That's pretty bad. How many "." folders are there, any chance you...

Are you saying, Python itself is not giving a traceback?

Also, is there a way to keep entitlements when forking a binary on macOS?

The icon being absent is something I never noticed, but the Qt programs I used, probably use Qt to set the icon at run time, but if that is true,...

I think it downloads `AppImage` when it needs that on Linux. You can use `--onefile-tempdir` on Linux to use the same code as on macOS. Once the caching, i.e. the...

The config suggest was added for develop and will be in 0.8 release as well.

Part of 0.8 release that I just made. The other issue you found, I will track it as #1568

For individual signing, you need to figure out the dependencies, which is why Nuitka uses `--deep`. I am not sure about data files for apps, if they have an issue...

I added `--options runtime` to the signing that Nuitka does. You should look at `nuitka.utils.Signing` and either copy what it does, or add to it, you are missing an option...