diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-10-25 18:37:39 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-10-25 18:37:39 +0200 |
| commit | 3c86b7b7802bd47decfcbc36e2102d4f27ff83a1 (patch) | |
| tree | 1d259b9b1eb3a7974565b1882a73f53e1e7243f6 /fixMacBuild.sh | |
| parent | 49cae8ca62d650678a884d8a78e1b94e343899bf (diff) | |
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.
Diffstat (limited to 'fixMacBuild.sh')
| -rwxr-xr-x | fixMacBuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |
