diff --git a/build.gradle b/build.gradle index 293a7765..51ea4f02 100644 --- a/build.gradle +++ b/build.gradle @@ -169,9 +169,6 @@ ospackage { from ('src/linux/resources/') { fileMode = 0755 } - from ('app/src/main/resources/images/jd_icon_128.png') { - fileMode = 0755 - } from 'LICENSE', 'NOTICE', 'README.md' 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' diff --git a/src/linux/resources/jd_icon_128.png b/src/linux/resources/jd_icon_128.png new file mode 100644 index 00000000..b29e5a9f Binary files /dev/null and b/src/linux/resources/jd_icon_128.png differ