eget
eget copied to clipboard
upgrade_only won't work on some repositories
I configured eget to keep tracking several softwares releasing single jar files up-to-date, but some of them won't work, eget keeps claiming it's up-to-date while it's not. For example, Anuken/MindustryBuilds , My config:
[global]
upgrade_only = true
github_token = "MY_TOKEN"
["Anuken/MindustryBuilds"]
download_only = true
target = "~/Applications/Mindustry/Mindustry.jar"
asset_filters = ["Desktop"]
["yairm210/Unciv"]
download_only = true
target = "~/Applications/Unciv/Unciv.jar"
asset_filters = ["Unciv.jar"]
and after first time install (if I delete the jar file and run eget again, it will download the latest version), then when I do eget -D as a new build comes out :
Anuken/MindustryBuilds: requested release is not more recent than current version
But for yairm210/Unciv eget works fine, able to pick upgrades. Is there any issue in my config?
Might be related to #115
Check out https://github.com/zyedidia/eget/issues/65#issuecomment-2602644737 which "fixed" it for me.