mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
Merge pull request #2437
ef565e5
build: embed version metadata into binary (xiphon)
This commit is contained in:
commit
5518771a8b
1 changed files with 3 additions and 0 deletions
|
@ -504,6 +504,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
|
||||
|
|
Loading…
Reference in a new issue