quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
154 stars 145 forks source link

How do I create an installer package from InteliJ for Windows 11. #599

Closed JessyJP closed 6 months ago

JessyJP commented 1 year ago

As the title says, I would like to create an installable .exe or .msi package for Windows 11. I tried the various .gradle tasks but they didn't produce anything of the sort

berry120 commented 6 months ago

Sorry, missed this entirely - but since it's not an issue it'd be better suited to https://quelea.discourse.group/.

In short, you'll need to install Innosetup and then run the "dist" Gradle task, which should produce all 3 installers. (Innosetup is Windows only, but does run under wine ok - this is how the CI build works while still using Ubuntu as its base.)

JessyJP commented 6 months ago

Wow, that actually works!