Change default binary to stork-ubuntu

This commit is contained in:
Sam Carlton 2022-05-09 17:12:42 -05:00
parent 5c09cb7d95
commit fdc1e4a2ed

View file

@ -20,7 +20,8 @@ import {
// https://stork-search.net/docs/install
const execDownloadUrls = {
darwin: `https://files.stork-search.net/releases/v${ storkVersion }/stork-macos-10-15`,
default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-amazon-linux`
default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-ubuntu-20-04`
// default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-amazon-linux`
}
export async function downloadStorkExecutable () {