diff options
| author | Joel Strasser <strasser999@gmail.com> | 2023-09-27 19:56:08 +0200 |
|---|---|---|
| committer | Joel Strasser <strasser999@gmail.com> | 2023-09-27 19:56:08 +0200 |
| commit | 09783ae89eb11688d86e4a3c1c539fb8566fde49 (patch) | |
| tree | 5fb8cc4ecc4f4bdbce101256070d0318a37db98d /addon/YaCy.app | |
| parent | 94db89a757a9ce140eae17a7c60f3706de7f80f7 (diff) | |
apply patches from @HenryLoenwind
Diffstat (limited to 'addon/YaCy.app')
| -rwxr-xr-x | addon/YaCy.app/Contents/MacOS/startYACYMacOS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/YaCy.app/Contents/MacOS/startYACYMacOS.sh b/addon/YaCy.app/Contents/MacOS/startYACYMacOS.sh index 692ec913f..dc2db54cd 100755 --- a/addon/YaCy.app/Contents/MacOS/startYACYMacOS.sh +++ b/addon/YaCy.app/Contents/MacOS/startYACYMacOS.sh @@ -5,4 +5,4 @@ # This data directory is set in conforming to OS X File System Programming Guide # see : https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html -"`dirname $0`"/startYACY.sh -s "'Library/Application Support/net.yacy.YaCy'" +"`dirname $0`"/startYACY.sh -s 'Library/Application Support/net.yacy.YaCy' |
