Fix build on macOS - requires version number 1+
This commit is contained in:
parent
603701c296
commit
70efeedd77
|
@ -77,7 +77,7 @@ jlink {
|
|||
'--vendor', 'Nellemann Data',
|
||||
'--description', 'List mDNS services on your local network.',
|
||||
'--copyright', 'Mark Nellemann <mark.nellemann@gmail.com>',
|
||||
'--app-version', version
|
||||
'--app-version', project.findProperty('version')
|
||||
]
|
||||
|
||||
// Requires: https://wixtoolset.org/ to create installer on Windows
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = 0.1.1
|
||||
version = 1.0.1
|
||||
|
|
Loading…
Reference in a new issue