build: import execute method in symbols zip script

This commit is contained in:
Samuel Attard 2021-04-26 13:00:50 -07:00
parent 82b0d67d70
commit 79f67417f0
No known key found for this signature in database
GPG key ID: 191FEF027779CC6C

View file

@ -8,7 +8,7 @@ import sys
from lib.config import PLATFORM, get_target_arch
from lib.util import scoped_cwd, get_electron_version, make_zip, \
get_electron_branding, get_out_dir
get_electron_branding, get_out_dir, execute
ELECTRON_VERSION = get_electron_version()
PROJECT_NAME = get_electron_branding()['project_name']