Skip to content

Commit

Permalink
Publish prebuilds for Electron 15 instead of 13
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 13, 2021
1 parent 8c710ee commit d8e4eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/release.py
Expand Up @@ -189,7 +189,7 @@ def reset():
if publish:
do([npm, "publish"])
do_build_command([npm, "run", "prebuild", "--", "-t", "10.0.0", "-t", "12.0.0", "-t", "14.0.0", "-t", "16.0.0"])
do_build_command([npm, "run", "prebuild", "--", "-t", "13.0.0", "-r", "electron"])
do_build_command([npm, "run", "prebuild", "--", "-t", "15.0.0", "-r", "electron"])
packages = glob.glob(os.path.join(frida_node_dir, "prebuilds", "*.tar.gz"))
for package_path in packages:
name = os.path.basename(package_path)
Expand Down

0 comments on commit d8e4eae

Please sign in to comment.