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. --- fixMacBuild.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 fixMacBuild.sh (limited to 'fixMacBuild.sh') diff --git a/fixMacBuild.sh b/fixMacBuild.sh new file mode 100755 index 000000000..78b0a649a --- /dev/null +++ b/fixMacBuild.sh @@ -0,0 +1,3 @@ +cp -R htroot build/mac/YaCy.app/Contents/ +cp -R defaults build/mac/YaCy.app/Contents/ +cp -R langdetect build/mac/YaCy.app/Contents/ -- cgit v1.2.3