balena-etcher.sh 273 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh -x

# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=balena-etcher
8
PRODUCTDIR=/opt/balena-etcher
9 10 11

. $(dirname $0)/common-chromium-browser.sh

12 13
move_to_opt

14 15 16 17 18
add_bin_link_command
fix_desktop_file

fix_chrome_sandbox
add_electron_deps