ArtificialQualia / PyEveLiveDPS

PyEveLiveDPS (PELD) is a live DPS calculator and grapher for EVE Online
GNU General Public License v3.0
162 stars 28 forks source link

Add 'Installable Version' alongside the standalone exe #16

Closed ArtificialQualia closed 7 years ago

ArtificialQualia commented 7 years ago

The current slow start up times are unnecessary and even borderline unacceptable for users who may need to bring up PELD quickly in a combat situation.

However, some users won't want to do a full install if they are more casual users.

Therefore, we should provide two versions of PELD for every release. One that does a proper installation of the application which would reduce startup times to a small fraction of what they are now, and one version that is still the single file standalone executable for users who don't want to bother with a full install if they are just doing some quick testing with the app.

ArtificialQualia commented 7 years ago

This has been added to dev branch using Inno Setup, and associated tasks added to AppVeyor