EionRobb / purple-mattermost

A libpurple/Pidgin plugin for Mattermost
GNU General Public License v3.0
93 stars 23 forks source link

Fix icon permissions on installation #132

Closed audeoudh closed 4 years ago

audeoudh commented 4 years ago

Default of install is -m755, which is wrong for icons: it should be -m644.

EionRobb commented 4 years ago

Executable by default seems strange. Nice catch, thanks!