diff options
| author | Michael Peter Christen <mc@yacy.net> | 2015-01-23 11:30:13 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2015-01-23 11:30:13 +0100 |
| commit | 287c528f46ef47adb7590499f33bc1cac16f51ed (patch) | |
| tree | f537087e28ae88b30ba6ec46917bb868c7543cee /build.xml | |
| parent | 2bc2564668fdd9ee96a5d67e6bccf76dc1b13ac2 (diff) | |
replaced old JavaApplicationStub for Mac Application framework with new
script. Adopted the YaCyApp environment and fixed a problem in the
startYACY.sh application wrapper which caused wrong usage of logging
option -l which caused that files had been written to the YaCy
application folder.
As a result of this fix, it is not necessary any more to change path
settings in Info.plist if libraries are changed.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -771,6 +771,7 @@ <copy file="${addon}/YaCy.app/Contents/Info.plist" tofile="${release_mac}/YaCy.app/Contents/Info.plist" filtering="true" overwrite="true" /> <move file="${release_main}" tofile="${release_mac}/YaCy.app/Contents/Resources/Java" verbose="false" /> <chmod file="${release_mac}/YaCy.app/Contents/MacOS/JavaApplicationStub" perm="755"/> + <chmod file="${release_mac}/YaCy.app/Contents/Resources/Java/startYACY.sh" perm="755"/> <exec executable="hdiutil"> <arg line="create -srcfolder ${release_mac}/YaCy.app ${release}/yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.dmg"/> </exec> |
