Skip to content

Commit

Permalink
chore: fix native_mksnapshot path on for arm releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 6, 2018
1 parent 251a3c7 commit b9cf49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
if get_target_arch().startswith('arm'):
# Upload the native mksnapshot as mksnapshot.zip
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 the x64 binary for arm/arm64 mksnapshot
mksnapshot = get_zip_name('mksnapshot', ELECTRON_VERSION, 'x64')
Expand Down

0 comments on commit b9cf49f

Please sign in to comment.