diff options
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/ffs_fedora.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/ffs_fedora.patch b/freefilesync/ffs_fedora.patch index ac975e0..eda1c16 100644 --- a/freefilesync/ffs_fedora.patch +++ b/freefilesync/ffs_fedora.patch @@ -18,7 +18,7 @@ diff -Naur 10.6-0/FreeFileSync/Source/base/ffs_paths.cpp 10.6-1/FreeFileSync/Sou //if (isPortableVersion()) - return appendSeparator(getExeFolderParentPath()); -+ return appendSeparator(getExeFolderParentPath()) + appendSeparator("share") + appendSeparator("freefilesync"); ++ return appendSeparator(getExeFolderParentPath()) + appendSeparator("share") + appendSeparator("FreeFileSync"); //else //use OS' standard paths // return appendSeparator(utfTo<Zstring>(wxStandardPathsBase::Get().GetResourcesDir())); } |