Lauriethefish / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
zlib License
261 stars 393 forks source link

Upgrading a mod removes all dependencies #153

Open kodenamekrak opened 4 months ago

kodenamekrak commented 4 months ago

When installing an updated version of a mod which is already installed, dependencies are still removed which is quite annoying.

For example, i have custom types 0.16.17 installed, when I install 0.16.18 it first removes 0.16.17 which removes all mods that depend on it. It would be nice if questpatcher could handle mod upgrades differently