ironkayman/tftm-alien-invasion

Packaging and Distribution

Opened this issue · 0 comments

We need a few ways to distribute the app:

  • a binary. No customisations or modifications available to the enduser - all data, enemies, levels are packaed into an exe/bin, currently implimented i revision under 0.0.1a1 tag
  • a portable. An archive where all customisable properties are placed such as levels, enemies, etc. plus the game's binary mapped to read these folders. A priority - due to scope of other solutions
  • msi package. Windows-only, compiled through WiX 3/4 toolset. A better solution in comparison to NSIS as no scripting needed since everything is defined by xml.
  • deb/rpm. Debian/fedora-based only.
  • flatpak. Or, quite possibly, look into flatpak as a less resourceful solution.