summaryrefslogtreecommitdiff
path: root/fixMacBuild.sh
AgeCommit message (Collapse)Author
2021-10-25attempt to make a Mac Release using gradleMichael Peter Christen
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.