File tree Expand file tree Collapse file tree 3 files changed +3
-272
lines changed
Expand file tree Collapse file tree 3 files changed +3
-272
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ distributions {
158158ospackage {
159159 packageName = project. name
160160 description = ' A Java Decompiler'
161+ release = ' 0'
161162 os = LINUX
162163 url = ' https://github.com/java-decompiler/jd-gui'
163164 license = file(' LICENSE' )
@@ -171,7 +172,7 @@ ospackage {
171172 }
172173 from ' LICENSE' , ' NOTICE' , ' README.md'
173174
174- postInstall ' cd /opt/' + project. name+ ' ; ln -s ./jd-gui-' + project. version+ ' .jar ./jd-gui.jar; xdg-icon-resource install --size 128 --novendor ./jd_icon_128.png jd-gui ; xdg-desktop-menu install ./*.desktop'
175+ postInstall ' cd /opt/' + project. name+ ' ; ln -s ./jd-gui-' + project. version+ ' .jar ./jd-gui.jar; xdg-icon-resource install --size 128 --novendor ./jd_icon_128.png jd-gui ; xdg-desktop-menu install ./*.desktop'
175176 preUninstall ' cd /opt/' + project. name+ ' ; rm -f ./jd-gui.jar; xdg-desktop-menu uninstall ./*.desktop'
176177}
177178
Original file line number Diff line number Diff line change 11[Desktop Entry]
2- Comment = Java Decompiler JD-GUI
2+ Comment =Java Decompiler JD-GUI
33Terminal =false
44Name =JD-GUI
55Exec =java -jar /opt/jd-gui/jd-gui.jar
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments