Support for custom build data

This commit is contained in:
Reinhard Pointner 2018-03-12 16:56:19 +07:00
parent 55c3b2c157
commit 2e19ccc489
1 changed files with 4 additions and 4 deletions

View File

@ -54,10 +54,10 @@ log.info "Reviews: " + reviews.size()
// ------------------------------ FUNCTIONS ------------------------------ // // ------------------------------ FUNCTIONS ------------------------------ //
def moviedb_out = dir_data.resolve('moviedb.txt') def moviedb_out = dir_release.resolve('moviedb.txt')
def thetvdb_out = dir_data.resolve('thetvdb.txt') def thetvdb_out = dir_release.resolve('thetvdb.txt')
def anidb_out = dir_data.resolve('anidb.txt') def anidb_out = dir_release.resolve('anidb.txt')
def osdb_out = dir_data.resolve('osdb.txt') def osdb_out = dir_release.resolve('osdb.txt')
def pack(file, lines) { def pack(file, lines) {