mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
build.gradle: do not change the output filename, our CI relies on it
This commit is contained in:
parent
b47d44ab15
commit
d486904e9b
@ -68,14 +68,6 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.each { output ->
|
||||
def name = output.outputFile.name.replace(variant.buildType.name, "${variant.versionName}")
|
||||
name = name.replace("app", "dolphin")
|
||||
output.outputFile = new File(output.outputFile.parent, name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ext {
|
||||
|
Loading…
x
Reference in New Issue
Block a user