From 430f6821d7703c36c74b5e26f395b9e6e3e97148 Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 13 Nov 2019 10:17:12 +0800 Subject: [PATCH] chore: Update release checksums script to reflect recent binary paths change --- scripts/release-checksums.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release-checksums.rb b/scripts/release-checksums.rb index ee0a6398c1..71dbcf2397 100644 --- a/scripts/release-checksums.rb +++ b/scripts/release-checksums.rb @@ -6,10 +6,10 @@ tag = ARGV[0] puts "Generating release checksums for #{tag}, this could take a while..." -windows_exe = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-win-installer.exe" +windows_exe = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-setup.exe" macos_zip = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-mac.zip" -macos_dmg = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-mac.dmg" -linux_appimage = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-linux-x86_64.AppImage" +macos_dmg = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}.dmg" +linux_appimage = "https://github.com/nervosnetwork/neuron/releases/download/#{tag}/Neuron-#{tag}-x86_64.AppImage" def get_sha256_checksum(url) content = open(url).read