Browse Source

build: import execute method in symbols zip script

Samuel Attard 4 years ago
parent
commit
6bb1d1c5b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/zip-symbols.py

+ 1 - 1
script/zip-symbols.py

@@ -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']