I downloaded the non-debug and it contains a debug tool in the tools menu and the download is 10mb. non-debug ver is 6mb.
are these 2 downloads miss-labeled?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, they're not mislabeled. The "regular" version includes a GTK+ runtime installer (and the debug version doesn't). If you compare the debug version to the "no gtk" version, you'll find that the debug version is larger. What makes the debug version different than the others is that it is compiled with debugging symbols so that we can get a decent crash report if it crashes (the "Help->Debug Window" menu item is in all versions).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the non-debug and it contains a debug tool in the tools menu and the download is 10mb. non-debug ver is 6mb.
are these 2 downloads miss-labeled?
No, they're not mislabeled. The "regular" version includes a GTK+ runtime installer (and the debug version doesn't). If you compare the debug version to the "no gtk" version, you'll find that the debug version is larger. What makes the debug version different than the others is that it is compiled with debugging symbols so that we can get a decent crash report if it crashes (the "Help->Debug Window" menu item is in all versions).
Thanks for the follow up / clarification.