armory3d / armsdk

Single-clone Armory SDK
37 stars 30 forks source link

Fixed long-standing permissions bug on Linux and macOS. #52

Closed TriVoxel closed 1 year ago

TriVoxel commented 1 year ago

Since Armory is a Blender addon that must be distributed through a .zip file, executable files will not work on macOS or Linux. This update adds code that automatically assigns the correct permissions every time the Armory addon is initialized. This allows users to simply install the addon on macOS and Linux and have it work. This has never been the case, and has always required extra setup on these platforms.

MoritzBrueckner commented 1 year ago

(This fixes https://github.com/armory3d/armory/issues/2485 and the original error in https://github.com/armory3d/armory/issues/2486, although https://github.com/armory3d/armorcore/issues/44 still exists)

TriVoxel commented 1 year ago

Closing PR to apply a last-minute hotfix for macOS that fixes a major bug...