mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
3c86b7b780
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.
4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
cp -R htroot build/mac/YaCy.app/Contents/
|
|
cp -R defaults build/mac/YaCy.app/Contents/
|
|
cp -R langdetect build/mac/YaCy.app/Contents/
|