I just wander if fpcupdeluxe can refresh its fpcup.ini file from the source so that the latest stuff gets added in? It seems counter to the way it is designed that the user has to go on a search expedition every time he uses the tool...
I have a single fpcupdeluxe folder where I put the latest fpcupdeluxe exe file after I download it, so it will have access to the existing configuration data.
But that might be the wrong way to go about it?
If I put fpcupdeluxe in a new empty directory every time I get a new version, how does it work then?
Will it create its ini files anew by downloading from the Internet when it is missing?
Well, I did a test and copied the latest fpcupdeluxe into a new empty directory and when it was started inside that dir it came up offering this:
Here I have made a screenshot but I cannot find a way to show it in my post, there is no "insert image" in the forum posting menu...
So here is the text from the fpcup.ini file (only top part of each section):
[ALIASfpcTAG]
stable.gitlab=release_3_2_2
; 3.2.4.gitlab=release_3_2_4
3.2.2.gitlab=release_3_2_2
3.2.0.gitlab=release_3_2_0
3.0.4.gitlab=release_3_0_4
3.0.2.gitlab=release_3_0_2
3.0.0.gitlab=release_3_0_0
...
[ALIASlazTAG]
stable.gitlab=lazarus_3_6
; 4.0.gitlab=lazarus_4_0
3.6.gitlab=lazarus_3_6
3.4.gitlab=lazarus_3_4
3.2.gitlab=lazarus_3_2
3.2.gitlab=lazarus_3_2
3.0.gitlab=lazarus_3_0
2.2.6.gitlab=lazarus_2_2_6
...
As you can see the latest Lazarus is 4.0

What gives here?