ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Feature: add skip-sign option #485

Open theowisear opened 1 year ago

theowisear commented 1 year ago

The skip-sign option allows to prevent the build process of signing the app during the build, even on arch universal2 and arm64. It can be usefull if the signing part has to be done separately.