diff options
author | André Klitzing <aklitzing@gmail.com> | 2020-01-15 17:16:38 +0100 |
---|---|---|
committer | André Klitzing <aklitzing@gmail.com> | 2020-01-15 17:27:19 +0100 |
commit | 313fffd7875542f30a4aa9313e90ee1d7c3651af (patch) | |
tree | 70d95c7d9fc53d039216f903be46072decddb1be /testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch | |
parent | e32c9ca462618b2cc1f11f9939c91cf1cbd7815c (diff) | |
download | aports-313fffd7875542f30a4aa9313e90ee1d7c3651af.tar.bz2 aports-313fffd7875542f30a4aa9313e90ee1d7c3651af.tar.xz |
testing/ausweisapp2: upgrade to 1.20.0
Diffstat (limited to 'testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch')
-rw-r--r-- | testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch b/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch deleted file mode 100644 index 0c135d6fee..0000000000 --- a/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> -Date: Sat, 28 Dec 2019 15:18:55 +0100 -Subject: Fix path for configuration file - ---- - src/secure_storage/SecureStorage.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/secure_storage/SecureStorage.cpp b/src/secure_storage/SecureStorage.cpp -index 67a5823..ee4c4a7 100644 ---- a/src/secure_storage/SecureStorage.cpp -+++ b/src/secure_storage/SecureStorage.cpp -@@ -95,7 +95,7 @@ SecureStorage& SecureStorage::getInstance() - - void SecureStorage::load() - { -- const auto& path = FileDestination::getPath(QStringLiteral("config.json")); -+ const auto& path = QStringLiteral("/usr/share/AusweisApp2/config.json"); - - if (!QFile::exists(path)) - { |