iWas-Coder/wge

Implement a plain archive packaging solution

Closed this issue · 0 comments

Describe the feature

A new dist target to the Makefile that packages the needed files to distribute to the public correctly. It needs to output a .tar.gz + .zip archive(s) which is portable and distributable to an end user.

Why should it be implemented? (optional)

To be able to release the first alpha version of the software, the program needs to be distributable without the need of building from source.

Do you think there is any alternative? (optional)

Yes, we need to also target other packaging solutions, both package-manager-specific and universal formats.

Additional context (optional)

N/A

Extra questions (optional)

  • I have used the search function to check if an issue already exists
  • I'd like to work on this issue