Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Wrong versionName when not building latest version (#314)

Cette révision appartient à :
Jozef Hollý 2016-05-25 16:10:03 +02:00 révisé par inorichi
Parent 8086d1db46
révision a4b6003e58

Voir le fichier

@ -8,7 +8,7 @@ ext {
// Git is needed in your system PATH for these commands to work.
// If it's not installed, you can return a random value as a workaround
getCommitCount = {
return 'git rev-list --count origin/master'.execute().text.trim()
return 'git rev-list --count HEAD'.execute().text.trim()
// return "1"
}