Skip to content
Snippets Groups Projects
Commit 34e4ab47 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Use a custom file name for the no TV builds

parent 3c301c17
No related branches found
No related tags found
1 merge request!1913No tv for stores with unacceptable demands 👀
......@@ -131,6 +131,7 @@ android {
def outputName = "VLC-Android-"
outputName += variant.versionName.replace(" ", "-")
if (variant.buildType.name == "debug") outputName += "-debug"
if (variant.buildType.name == "noTv") outputName += "-no-tv"
outputName += "-" + abiName + ".apk"
output.outputFileName = outputName
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment