armory3d / armsdk

Single-clone Armory SDK
38 stars 30 forks source link

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

Closed TriVoxel closed 2 years ago

TriVoxel commented 2 years 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. Closes issues #2485 and #2486.

TriVoxel commented 2 years ago

Closing because something went wrong with my code editor and it reverted all my changes...