For those wanting to try 3.2.4rc1 and Lazarus 4.4.If you want to add custom FPC and Lazarus versions in fpcupdeluxe, you’ll need to edit the fpcup.ini file located in the same folder where you run fpcupdeluxe.
If this is a fresh installation, first run fpcupdeluxe once, then close it — this will automatically create the fpcup.ini file.
Next, open fpcup.ini in a text editor and find the sections:
[ALIASfpcTAG] and [ALIASlazTAG].
Add the following lines under each respective section, then save the file:
[ALIASfpcTAG]
stable.gitlab=release_3_2_2
3.2.4.rc1.gitlab=release_3_2_4_rc1
; 3.2.4.gitlab=release_3_2_4
3.2.2.gitlab=release_3_2_2
[ALIASlazTAG]
stable.gitlab=lazarus_4_2
4.4.gitlab=lazarus_4_4
4.2.gitlab=lazarus_4_2
When you restart fpcupdeluxe, you should now see 3.2.4.rc1 and 4.4 available for selection.
Choose these versions and click the Install FPC & Lazarus button to proceed.
Tip: Don’t forget to set the correct Install Folder Location before installing.
I've also attached a ZIP file containing the fpcup.ini from my Windows setup — hopefully it helps as a reference.