-
Enhancement Request
--------------
Our macOS installer is not signed. Currently that means you need to open the .dmg, and right click + open to circumvent the "cannot be opened because the develop…
-
## Context
I have a cross-platform wxPython program that I have been bundling and distributing with PyInstaller for several years. I recently discovered Nuitka and found that on Windows it created a …
-
It seems that code signing the binaries on macOS is becoming increasingly important.
We discussed this on the forum and some helpful tools were shown too
https://forum.rclone.org/t/1-67-binary-f…
-
The SAW macos binary on the download page is unsigned, making it unintuitive to run. Simply running `./saw` will raise an error without an option to override it. Instead, the user must do the follow…
-
Currently the only way to install this package on 10.15 is to right-click Open. On macOS 11 that option goes away unless you change the behavior in the Security tab of System Preferences.
This is a…
-
Looks like we need Apple Developer / Distribution Signing @ofTheo
https://developer.apple.com/documentation/xcode/creating-a-multi-platform-binary-framework-bundle
This is only required for …
-
the current process invovles me running App Wrapper on my laptop. very brittle.
i'd like to move this towards some kind of CI but dont know how. let me know if someone can chip in!
resources tha…
-
* **Electron-Builder Version**: Latest
* **Node Version**: v16.14.0
* **Electron Version**: Latest (Current)
* **Electron Type (current, beta, nightly)**:
* **Target**:
pkg
…
-
Hello, when building for Mac I'm very frequently getting notary exceptions and the result from the `notarytool` is `{"code":null,"output":""}`. This leads to the following error output when making wit…
-
On modern MacOS systems unsigned binaries will result in the OS blocking the running of the binary and require additional (confusing) manual steps to allow the binary to run. This will be some work, …