tpill90 / epic-lancache-prefill

CLI tool to automatically prime a Lancache with Epic Launcher games
https://tpill90.github.io/epic-lancache-prefill/
MIT License
45 stars 4 forks source link

Missing `--nocache` #45

Closed Kirbo closed 4 months ago

Kirbo commented 1 year ago

Unlike BattleNetPrefill and SteamPrefill, EpicPrefill does not contain --nocache flag, and/or it is not working.

Consider a situation where one has a Lancache and for example deletes the cache, then runs ./EpicPrefill prefill, the prefill will just tell user "nothing to download", which is not true, as the actual cache is empty.

..or is the EpicPrefill so wise that it can deal with a situation as mentioned above? If so, then both BattleNetPrefill and SteamPrefill would need the same kind of brains.

image

Hamsterman commented 10 months ago

The "./EpicPrefill clear-cache" works though

tpill90 commented 4 months ago

I fixed this at some point in one of the releases. I'm going to do a release in a little bit that I definitely know includes this, so closing this for now.