From 4eb0369b160974bf4b52f2a4aa47e5a7c9eebedc Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 8 Dec 2018 12:26:48 +0100 Subject: [PATCH] Fix config file name --- WAPT/control | 2 +- autoconf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WAPT/control b/WAPT/control index 91c5ba6..3845e1f 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-thunderbird-config -version : 1 +version : 2 architecture : all section : base priority : optional diff --git a/autoconf.js b/autoconf.js index 1ba8ad4..452980d 100644 --- a/autoconf.js +++ b/autoconf.js @@ -1,3 +1,3 @@ // Autoconfig pref("general.config.obscure_value", 0); -pref("general.config.filename", "firefox.cfg"); \ No newline at end of file +pref("general.config.filename", "thunderbird.cfg"); \ No newline at end of file