Is it possible to to still check if an update is available, but have download do this check? That way I can alert the users "there IS an update, but you need to download it manually" instead of "you don't support updates, and I'm not sure if there is one" ?
When you call
check
on the API it returns an exception if they aren't window/mac.https://github.com/jenslind/electron-gh-releases/blob/master/src/GhReleases.js#L105-L106
Is it possible to to still check if an update is available, but have
download
do this check? That way I can alert the users "there IS an update, but you need to download it manually" instead of "you don't support updates, and I'm not sure if there is one" ?