chore: use get_electron_branding instead of electron_gyp in the symbol zip generator
This commit is contained in:
parent
462d65c203
commit
ff364901e1
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ import sys
|
|||
|
||||
from lib.config import PLATFORM, get_target_arch
|
||||
from lib.util import scoped_cwd, get_electron_version, make_zip, \
|
||||
electron_gyp, get_out_dir
|
||||
get_electron_branding, get_out_dir
|
||||
|
||||
ELECTRON_VERSION = get_electron_version()
|
||||
PROJECT_NAME = electron_gyp()['project_name%']
|
||||
PROJECT_NAME = get_electron_branding()['project_name']
|
||||
OUT_DIR = get_out_dir()
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue