Skip to content

Commit a15a493

Browse files
committed
Removes the warning message during the installation under Ubuntu
1 parent 816a5bf commit a15a493

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,16 @@ distributions {
156156
}
157157

158158
ospackage {
159+
license = file('LICENSE')
160+
maintainer = 'Emmanuel Dupuy <emmanue1@users.noreply.github.com>'
161+
os = LINUX
162+
packageDescription = 'JD-GUI, a standalone graphical utility that displays Java sources from CLASS files'
163+
packageGroup = 'java'
159164
packageName = project.name
160-
description = 'A Java Decompiler'
161165
release = '0'
162-
os = LINUX
166+
summary = 'A Java Decompiler'
163167
url = 'https://github.com/java-decompiler/jd-gui'
164-
license = file('LICENSE')
165-
168+
166169
into '/opt/' + project.name
167170
from ('build/libs/') {
168171
fileMode = 0755

0 commit comments

Comments
 (0)