postman.sh 191 Bytes
Newer Older
1 2 3 4 5 6
#!/bin/sh -x

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

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

Vitaly Lipatov's avatar
Vitaly Lipatov committed
9
add_bin_link_command
10 11 12 13

fix_chrome_sandbox

add_electron_deps