Phanx / wow-addon-updater

Install and update World of Warcraft addons from the command line on Linux
zlib License
4 stars 1 forks source link

install.lua: Why set permissions to 777 #5

Closed jukx closed 6 years ago

jukx commented 6 years ago

common.lua line 324: why set the permissions to 777, default permissions should be good enough?

Phanx commented 6 years ago

The Battle.net app hangs on startup if it doesn't have full access to every file in the WoW directory. Chmodding to 777 avoids this problem regardless of where the files are installed, who installed them, or who's playing WoW, and has no negative effects since WoW addon files are neither secret information nor dangerous executables.