armory3d / armsdk

Single-clone Armory SDK
37 stars 30 forks source link

[Critical] Fix Armory installation for Windows users without symlink privilege #33

Closed MoritzBrueckner closed 3 years ago

MoritzBrueckner commented 3 years ago

For non-admin Windows users or users without dev mode enabled, it could happen that they have no privileges to create symlinks, leading to errors when registering Armory. Because the armory.py file must be deleted before creating the symlink, this leads to an corrupted installation, so this fix is quite critical. @luboslenco If possible, could you please upload a new build to itch.io after this is fixed?

Thanks to the Discord user Jefferson.moreira for reporting this :)

MoritzBrueckner commented 3 years ago

Thanks for also updating the SDK on itch.io :)

luboslenco commented 3 years ago

Thanks for the fix! :)