diff --git a/PRIVACY.md b/PRIVACY.md index b29464d57c..05521fba65 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -11,7 +11,7 @@ This privacy policy will be updated as needed, such as when there are changes in the app or when regulations or laws change. -Last update: **May 24, 2024** +Last update: **June 1, 2024**
diff --git a/app/build.gradle b/app/build.gradle index 696d55ba6a..1bcd110a9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -427,7 +427,7 @@ tasks.register('updateFAQ', Exec) { tasks.register('updatePrivacy', Exec) { workingDir "${rootDir}" - commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail" --metadata-file privacy/privacy.yaml PRIVACY.md -o privacy/index.html' + commandLine 'sh', '-c', 'pandoc --standalone --metadata title="FairEmail - privacy" --variable=title="FairEmail" --metadata-file privacy/privacy.yaml PRIVACY.md -o privacy/index.html' } tasks.register('updateCrowdin', Exec) { diff --git a/privacy/index.html b/privacy/index.html index 1c54a6dbd3..0ed53d2345 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -4,7 +4,7 @@ - FairEmail + FairEmail - privacy