Fix build on macOS - requires version number 1+
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Mark Nellemann 2023-08-16 09:39:56 +02:00
parent 603701c296
commit 70efeedd77
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
version = 0.1.1
version = 1.0.1