blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
157 stars 27 forks source link

Split TEGO_VERSION into two macros so that windows builds can have non-numerical names #87

Closed pospeselr closed 9 months ago

pospeselr commented 3 years ago

Currently the TEGO_VERSION in tego_ui.pro ultimately gets used in multiple ways, including in generating the FILE_VERSION member of the resources.rc file for the windows binary which MUST be a x.x.x.x number. We should split out a TEGO_NAME from TEGO_VERSION so that the places where TEGO_VERSION is being used as a name can remain, while not breaking windows builds.

We will also need to update ricochet-build to take advantage of this change.

m-simonelli commented 2 years ago

@pospeselr I'm not sure if this applies any more since the CMake migration?