chore: fix debian package run script (#1290)

The rc2 debian package is not working because the path where the package files
is installed has changed. The change in paths comes from an upstream change
in the electron-installer-debian node package. So, updating the path here to
match the actuall install location.
This commit is contained in:
David Lechner 2017-04-13 12:38:54 -05:00 committed by Juan Cruz Viotti
parent 7fc10b71e3
commit 588c94a64f

View File

@ -1,4 +1,4 @@
#!/bin/sh
export ETCHER_DISABLE_UPDATES=1
/usr/share/etcher-electron/etcher "$@"
/usr/lib/etcher-electron/etcher "$@"