summaryrefslogtreecommitdiff
path: root/addon
diff options
context:
space:
mode:
authorgalix <galix@pc5.home>2016-08-24 16:11:52 +0200
committergalix <galix@pc5.home>2016-08-24 16:11:52 +0200
commit3380531a2f6425d39500043c54a9262440465021 (patch)
treed7bfa90feab7563dee348800f0993fe1f6eda63d /addon
parentd3d2df708751c67a6da0a847195c1db683d1e704 (diff)
Fixed packaging for YaCy 1.90 on MacOS
Diffstat (limited to 'addon')
-rw-r--r--addon/YaCy.app/Contents/Info.plist15
-rwxr-xr-xaddon/YaCy.app/Contents/MacOS/JavaAppLauncherbin18604 -> 0 bytes
2 files changed, 3 insertions, 12 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist
index 2d46c21f2..69804aa9f 100644
--- a/addon/YaCy.app/Contents/Info.plist
+++ b/addon/YaCy.app/Contents/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleDisplayName</key>
<string>YaCy</string>
<key>CFBundleShortVersionString</key>
-<string>1.82</string>
+<string>1.90</string>
<key>CFBundleGetInfoString</key>
<string>Peer-to-Peer Search Engine</string>
<key>NSHumanReadableCopyright</key>
@@ -15,11 +15,11 @@
<key>CFBundleIdentifier</key>
<string>net.yacy.yacy</string>
<key>CFBundleVersion</key>
-<string>1.82</string>
+<string>1.90</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>
-<string>JavaAppLauncher</string>
+<string>startYACY.sh</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundlePackageType</key>
@@ -30,14 +30,5 @@
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>YaCy_2013_Icon.icns</string>
-<key>JVMMainClassName</key>
-<string>net.yacy.yacy</string>
-<key>JVMOptions</key>
-<array>
-</array>
-<key>JVMArguments</key>
-<array>
-</array>
-
</dict>
</plist>
diff --git a/addon/YaCy.app/Contents/MacOS/JavaAppLauncher b/addon/YaCy.app/Contents/MacOS/JavaAppLauncher
deleted file mode 100755
index 7bddebea2..000000000
--- a/addon/YaCy.app/Contents/MacOS/JavaAppLauncher
+++ /dev/null
Binary files differ