vladimiry / ElectronMail

Unofficial ProtonMail Desktop App
GNU General Public License v3.0
1.5k stars 97 forks source link

Move binary symlink for archlinux package #358

Closed StevenDoesStuffs closed 3 years ago

StevenDoesStuffs commented 3 years ago

Currently, in the Archlinux package, a symlink is installed to /usr/local/bin in order to put the binary in the path. I'm almost certain that that symlink should be going into /usr/bin instead.

According to the Arch package guidelines, "Packages should never be installed to /usr/local/", and instead, any binaries (and I assume this includes symlinks to binaries) should go in /usr/bin.

vladimiry commented 3 years ago

This will be wontfix for now since the installation package assembling is the responsibility of electron-builder project (which internally uses https://github.com/jordansissel/fpm) and it doesn't seem to have support for custom binaries location configuration.