AlpineMapsOrg / renderer

Rendering system for alpine maps.
GNU General Public License v3.0
4 stars 10 forks source link

Deploy for Desktop #53

Open GeraldKimmersdorfer opened 7 months ago

GeraldKimmersdorfer commented 7 months ago

Currently I do the following steps, when i want to create an executable for Windows:

This information could be useful for others so I'm gonna park it here (maybe intersting in Readme.md?) But in general it should be possible and it would be cool to be able to deploy using cmake somehow.

adam-ce commented 7 months ago

we are already deploying the webassembly using cmake (at least partly, i'm still making some changes in the html file every time). this is perfectly doable. we can even pack it into a ci step (#29) and have a zip built automatically.