diff options
-rw-r--r-- | kelakon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kelakon.pro b/kelakon.pro index beceb6b..5114df3 100644 --- a/kelakon.pro +++ b/kelakon.pro @@ -26,7 +26,7 @@ android { -lc++ QT += svg certs.path = /assets/certs - certs.files = /etc/ssl/certs/ca-certificates.crt + certs.files = /usr/local/share/certs/ca-root-nss.crt INSTALLS += certs } |