From 2e19ccc48946180ec2ff6889ceafa250c2fd6e59 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 12 Mar 2018 16:56:19 +0700 Subject: [PATCH] Support for custom build data --- build-data/BuildData.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-data/BuildData.groovy b/build-data/BuildData.groovy index 56d8f23b..78e0aa5f 100755 --- a/build-data/BuildData.groovy +++ b/build-data/BuildData.groovy @@ -54,10 +54,10 @@ log.info "Reviews: " + reviews.size() // ------------------------------ FUNCTIONS ------------------------------ // -def moviedb_out = dir_data.resolve('moviedb.txt') -def thetvdb_out = dir_data.resolve('thetvdb.txt') -def anidb_out = dir_data.resolve('anidb.txt') -def osdb_out = dir_data.resolve('osdb.txt') +def moviedb_out = dir_release.resolve('moviedb.txt') +def thetvdb_out = dir_release.resolve('thetvdb.txt') +def anidb_out = dir_release.resolve('anidb.txt') +def osdb_out = dir_release.resolve('osdb.txt') def pack(file, lines) {