Closed amak79 closed 6 years ago
If you decide to provide a complete release archive, it would be helpful to have the release version set in info.h
. It's currently set to 0.00
.
Ok I uploaded a source archive with release v7.2. I plan to provide source archive for further versions. Let me know if there is anything wrong with it.
The 7.1 release archive doesn't include the Git submodules, because GitHub doesn't support it. This makes it somewhat useless for distro packaging.
I have attempted to create a release archive manually with
git archive
, but it also doesn't include Git submodules becausegit archive
doesn't have a--recursive
option.I was able to use GNU tar (1.29) to create a release archive, although the top level directory in the archive is "GIMX" and not "GIMX-7.1":