forked from pool/FreeFileSync
acfcfb4b23
- Add FreeFileSync-disable-in-app-updates.patch to disable the in app standalone updater for the packaged version of FreeFileSync. OBS-URL: https://build.opensuse.org/request/show/946822 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=52
13 lines
485 B
Diff
13 lines
485 B
Diff
--- FreeFileSync_11.0_Source_orig/FreeFileSync/Source/ffs_paths.cpp 2020-07-22 13:22:20.000000000 +0200
|
|
+++ FreeFileSync_11.0_Source/FreeFileSync/Source/ffs_paths.cpp 2020-08-04 15:21:24.667813874 +0200
|
|
@@ -64,7 +64,8 @@
|
|
|
|
Zstring fff::getResourceDirPf()
|
|
{
|
|
- return getProcessParentFolderPath() + FILE_NAME_SEPARATOR + Zstr("Resources") + FILE_NAME_SEPARATOR;
|
|
+ // for opensuse install to /usr/share/FreeFileSync specificly
|
|
+ return Zstr("/usr/share/FreeFileSync/");
|
|
}
|
|
|
|
|