mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-09 03:45:42 -04:00
Android: Fix incorrect version string on build
This commit is contained in:
parent
4f32f2f915
commit
bea6f0beb4
@ -59,7 +59,7 @@ def getVersion() {
|
||||
def versionNumber = '0.0-unknown'
|
||||
|
||||
try {
|
||||
versionNumber = 'git describe --tags --exclude latest'.execute([], project.rootDir).text
|
||||
versionNumber = 'git describe --tags --exclude latest --exclude preview'.execute([], project.rootDir).text
|
||||
.trim()
|
||||
.replaceAll(/(-0)?-[^-]+$/, "")
|
||||
} catch (Exception e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user