Skip to content

Commit

Permalink
Removes the warning message during the installation under Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Aug 8, 2015
1 parent 816a5bf commit a15a493
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,16 @@ distributions {
}

ospackage {
license = file('LICENSE')
maintainer = 'Emmanuel Dupuy <[email protected]>'
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
Expand Down

0 comments on commit a15a493

Please sign in to comment.