I am trying to build my own Technic Launcher on Windows 7 x64 to get some more debug/info statements in the code. I've managed to build the version available on GitHub from:
launchercode commit 229eb17c (last version with 1.0.0-SNAPSHOT)
launcher commit 996462e5 (lastStableBuild #446)
The newly built launcher works fine, but it's size is only 2922 KB, while the launcher, that get's downloaded in the update process (#283) is 4522 KB (and it overwrites my launcher). I can redirect the update request, but the newly built launcher is obviously not built the same way as the "official" one.
I would like to know, from which modules/commits/source code is the "official" launcher built, so that I can built it too?