From f7c4fc5fdaac26ff634c330b131c3bb3240d1d0f Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 28 Feb 2022 11:00:08 +0100 Subject: [PATCH] fix .deb binary build --- dist/linux/debian/cryptomator.install | 2 +- dist/linux/debian/rules | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/linux/debian/cryptomator.install b/dist/linux/debian/cryptomator.install index 17aa7e869..d3ff8cf1f 100644 --- a/dist/linux/debian/cryptomator.install +++ b/dist/linux/debian/cryptomator.install @@ -4,5 +4,5 @@ common/org.cryptomator.Cryptomator.desktop usr/share/applications common/org.cryptomator.Cryptomator.svg usr/share/icons/hicolor/scalable/apps common/org.cryptomator.Cryptomator256.png usr/share/icons/hicolor/256x256/apps common/org.cryptomator.Cryptomator512.png usr/share/icons/hicolor/512x512/apps -common/org.cryptomator.Cryptomator.appdata.xml usr/share/metainfo +common/org.cryptomator.Cryptomator.metainfo.xml usr/share/metainfo common/application-vnd.cryptomator.vault.xml usr/share/mime/packages \ No newline at end of file diff --git a/dist/linux/debian/rules b/dist/linux/debian/rules index 5aa254b0a..d3119fb5b 100755 --- a/dist/linux/debian/rules +++ b/dist/linux/debian/rules @@ -11,8 +11,11 @@ override_dh_auto_clean: rm -rf runtime rm -rf cryptomator rm -rf debian/cryptomator + rm -rf resources override_dh_auto_build: + mkdir resources + ln -s ../common/org.cryptomator.Cryptomator512.png resources/cryptomator.png jlink \ --output runtime \ --add-modules java.base,java.desktop,java.logging,java.naming,java.net.http,java.scripting,java.sql,java.xml,jdk.unsupported,jdk.crypto.ec,jdk.accessibility,jdk.management.jfr \