chore: fix native_mksnapshot path on for arm releases
This commit is contained in:
parent
251a3c712b
commit
b9cf49f32c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def main():
|
||||||
if get_target_arch().startswith('arm'):
|
if get_target_arch().startswith('arm'):
|
||||||
# Upload the native mksnapshot as mksnapshot.zip
|
# Upload the native mksnapshot as mksnapshot.zip
|
||||||
shutil.copy2(os.path.join(GN_SRC_DIR, 'out', 'native_mksnapshot',
|
shutil.copy2(os.path.join(GN_SRC_DIR, 'out', 'native_mksnapshot',
|
||||||
'native_mksnapshot.zip'), mksnapshot_zip)
|
'mksnapshot.zip'), mksnapshot_zip)
|
||||||
upload_electron(release, mksnapshot_zip, args)
|
upload_electron(release, mksnapshot_zip, args)
|
||||||
# Upload the x64 binary for arm/arm64 mksnapshot
|
# Upload the x64 binary for arm/arm64 mksnapshot
|
||||||
mksnapshot = get_zip_name('mksnapshot', ELECTRON_VERSION, 'x64')
|
mksnapshot = get_zip_name('mksnapshot', ELECTRON_VERSION, 'x64')
|
||||||
|
|
Loading…
Add table
Reference in a new issue