NordSecurity / nordvpn-linux

NordVPN Linux client
GNU General Public License v3.0
286 stars 44 forks source link

Fix missing downloads directory in snap package #339

Closed Savolro closed 2 months ago

Savolro commented 3 months ago
Snap sets the value of `$HOME` to `$SNAP_USER_DATA`, therefore explicit
usage of `$SHAN_USER_DATA` is not needed. This results in `$HOME` value
respected in most places with the exception of `addAutostart` as it will
not work if added to `$SNAP_USER_DATA`.