mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
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:
parent
7fc10b71e3
commit
588c94a64f
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export ETCHER_DISABLE_UPDATES=1
|
||||
/usr/share/etcher-electron/etcher "$@"
|
||||
/usr/lib/etcher-electron/etcher "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user