From a15a4933fa9e94d9aaa7173dcf2e2fae3d3eec80 Mon Sep 17 00:00:00 2001 From: emmanue1 Date: Sat, 8 Aug 2015 14:18:31 +0200 Subject: [PATCH] Removes the warning message during the installation under Ubuntu --- build.gradle | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1d447963..5fa55668 100644 --- a/build.gradle +++ b/build.gradle @@ -156,13 +156,16 @@ distributions { } ospackage { + license = file('LICENSE') + maintainer = 'Emmanuel Dupuy ' + os = LINUX + packageDescription = 'JD-GUI, a standalone graphical utility that displays Java sources from CLASS files' + packageGroup = 'java' packageName = project.name - description = 'A Java Decompiler' release = '0' - os = LINUX + summary = 'A Java Decompiler' url = 'https://github.com/java-decompiler/jd-gui' - license = file('LICENSE') - + into '/opt/' + project.name from ('build/libs/') { fileMode = 0755