Skip to content

Commit

Permalink
Update download-binaries.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 28, 2024
1 parent 85b5ce9 commit c521bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-binaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const osName = (() => {
})();

const binariesBaseDir =
'https://github.com/AntonelliLab/raxmlGUI-binaries/releases/download/v22.08.02';
'https://github.com/AntonelliLab/raxmlGUI-binaries/releases/download/v24.09.28';
const binariesUrl = `${binariesBaseDir}/${osName}.zip`;

const binPath = path.join(__dirname, '..', 'static', 'bin');
Expand Down

0 comments on commit c521bb6

Please sign in to comment.