mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Use different git command for version name
This commit is contained in:
@ -94,5 +94,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def getVersion() {
|
def getVersion() {
|
||||||
return 'git describe --abbrev=0'.execute([], project.rootDir).text.trim()
|
return 'git describe --always --long'.execute([], project.rootDir).text
|
||||||
|
.trim()
|
||||||
|
.replaceAll(/(-0)?-[^-]+$/, "")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user