From 3380531a2f6425d39500043c54a9262440465021 Mon Sep 17 00:00:00 2001 From: galix Date: Wed, 24 Aug 2016 16:11:52 +0200 Subject: Fixed packaging for YaCy 1.90 on MacOS --- addon/YaCy.app/Contents/Info.plist | 15 +++------------ addon/YaCy.app/Contents/MacOS/JavaAppLauncher | Bin 18604 -> 0 bytes 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100755 addon/YaCy.app/Contents/MacOS/JavaAppLauncher (limited to 'addon') 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 @@ CFBundleDisplayName YaCy CFBundleShortVersionString -1.82 +1.90 CFBundleGetInfoString Peer-to-Peer Search Engine NSHumanReadableCopyright @@ -15,11 +15,11 @@ CFBundleIdentifier net.yacy.yacy CFBundleVersion -1.82 +1.90 CFBundleAllowMixedLocalizations true CFBundleExecutable -JavaAppLauncher +startYACY.sh CFBundleDevelopmentRegion English CFBundlePackageType @@ -30,14 +30,5 @@ 6.0 CFBundleIconFile YaCy_2013_Icon.icns -JVMMainClassName -net.yacy.yacy -JVMOptions - - -JVMArguments - - - diff --git a/addon/YaCy.app/Contents/MacOS/JavaAppLauncher b/addon/YaCy.app/Contents/MacOS/JavaAppLauncher deleted file mode 100755 index 7bddebea2..000000000 Binary files a/addon/YaCy.app/Contents/MacOS/JavaAppLauncher and /dev/null differ -- cgit v1.2.3