Fix config file name

This commit is contained in:
Daniel Berteaud 2018-12-08 12:26:48 +01:00
parent b8def8896c
commit 4eb0369b16
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package : fws-thunderbird-config
version : 1
version : 2
architecture : all
section : base
priority : optional

View File

@ -1,3 +1,3 @@
// Autoconfig
pref("general.config.obscure_value", 0);
pref("general.config.filename", "firefox.cfg");
pref("general.config.filename", "thunderbird.cfg");