joffrey-bion / fx-log

A free live log viewer
MIT License
18 stars 5 forks source link

Generate platform-specific installers automatically #73

Open joffrey-bion opened 8 years ago

joffrey-bion commented 8 years ago

We should support Windows .msi and .exe, MacOSX .app, and Linux .deb for starters.

joffrey-bion commented 8 years ago

The windows installers could later on be automated by Travis using wine to access these 2 softwares: https://blog.heckel.xyz/2014/05/29/gradle-create-windows-installers-debian-packages-manage-a-ppa-and-optional-sub-projects/

joffrey-bion commented 7 years ago

One problem with exe installer file creation with InnoSetup. I could only find the source of the problem by adding the --debug flag.

image