From 3c86b7b7802bd47decfcbc36e2102d4f27ff83a1 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 25 Oct 2021 18:37:39 +0200 Subject: attempt to make a Mac Release using gradle This is almost working with many workarounds: - run rm lib/yacycore.jar - run ./gradlew clean build bundleNative - run ant clean all - run again rm lib/yacycore.jar - run ./fixMacBuild.sh The build is then inside build/mac/YaCy.app Right now this works so far but it does not have the correct release number inside. Target is to make this working for Windows releases and to embedd jre entirely. --- addon/YaCy.icns | Bin 0 -> 306384 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 addon/YaCy.icns (limited to 'addon') diff --git a/addon/YaCy.icns b/addon/YaCy.icns new file mode 100644 index 000000000..fe77fd711 Binary files /dev/null and b/addon/YaCy.icns differ -- cgit v1.2.3