VFPX / Thor

Tool manager for FoxPro
39 stars 19 forks source link

Suppressing modules in "Updates" that are found in "My Updates" #230

Closed lscheffler closed 8 months ago

lscheffler commented 9 months ago

Solving #203.

Suppress double modules.

Download https://github.com/lscheffler/Thor/raw/dev/ThorUpdater/Thor.zip to create a test installation running from the dev branch of the lscheffler fork.

It is intended that there is only a little number of modules in the dev branch. This should not harm any other branch.

Move a file from "Updates" to "My Updates" to test.

Jimrnelson commented 8 months ago

Implemented in Thor 1.47 - Released 2024-01-04 (#244)

In the CFU screen, hide 'Normal' updates if there is a "My Updates" file with the same AppID property (which must not be empty).

This property, available but rarely used, would need to be set in the version files for both updaters.

lscheffler commented 8 months ago

This works by the AppID, not by similar file names? Great! Thanks!