1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-02 07:41:23 +01:00

build: embed version metadata into binary

This commit is contained in:
xiphon 2019-11-12 00:17:41 +00:00
parent 025a638082
commit ef565e5fa3

View File

@ -493,6 +493,9 @@ DISTFILES += \
notes.txt \
monero/src/wallet/CMakeLists.txt
VERSION = $$cat('version.js', lines)
VERSION = $$find(VERSION, 'GUI_VERSION')
VERSION = $$replace(VERSION, '.*(\d+\.\d+\.\d+\.\d+).*', '\1')
# windows application icon
RC_ICONS = images/appicon.ico