Fix symbols zip's name
This commit is contained in:
parent
31e947a9f7
commit
249777721c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def create_ffmpeg_zip():
|
|||
|
||||
|
||||
def create_symbols_zip():
|
||||
dist_name = get_zip_name(PROJECT_NAME, ELECTRON_VERSION)
|
||||
dist_name = get_zip_name(PROJECT_NAME, ELECTRON_VERSION, 'symbols')
|
||||
zip_file = os.path.join(DIST_DIR, dist_name)
|
||||
licenses = ['LICENSE', 'LICENSES.chromium.html', 'version']
|
||||
|
||||
|
|
Loading…
Reference in a new issue