diff --git a/WAPT/control b/WAPT/control index 31df3b4..0ef9c4a 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,43 +1,43 @@ package : fws-thunderbird -version : 68.12.1-3 +version : 68.12.1-5 architecture : all section : base priority : optional -name : -categories : +name : +categories : maintainer : Heuzef description : Mozilla Thunderbird email client -depends : -conflicts : -maturity : DEV +depends : +conflicts : +maturity : RC locale : fr target_os : windows min_os_version : 6.1 -max_os_version : +max_os_version : min_wapt_version : 1.7 -sources : -installed_size : +sources : +installed_size : impacted_process : thunderbird.exe description_fr : Client de messagerie Mozilla Thunderbird -description_pl : -description_de : -description_es : -description_pt : -description_it : -description_nl : -description_ru : +description_pl : +description_de : +description_es : +description_pt : +description_it : +description_nl : +description_ru : audit_schedule : 2d -editor : +editor : keywords : email,mail,pop,imap,smtp -licence : +licence : homepage : https://www.thunderbird.net/fr/ -package_uuid : c780c68e-d7a0-4292-816c-65a144d8662e -valid_from : -valid_until : -forced_install_on : -changelog : +package_uuid : a32d9488-f055-48e6-8a31-9ff8e7a63f36 +valid_from : +valid_until : +forced_install_on : +changelog : signer : Heuze Florent signer_fingerprint: 609cb7b3556c1468082b757d212d7416fbcb4e13b1b54497d32647ac6c57f567 -signature : EcuDcZuR5eWY1tmta60ghO50c7wByHOWt8FKW2ojr4OrZgYPAdMKsz8cF+oN0u7rtR7JLWtl84080Q/j7vdychv5KTwm2fYn2iiBDM80mGiMTqwFrF8g7BTjoqQVIRfSECwqSJNz6UPCrgj2gqAJIUIXvmdip3TEM8rEe9uBwFfZwh/zSkTTW5fjvKxeREwQtMhVJrJan+G0mOuPNM9ibMtximKo0aubjwjNMC6HImULCgTEddkoupOh4/HrNb8KuX5tcWXxyd6vciHJxZfXAyhBnD/IbS/5flXYqAuvbYvO6sAf1mwjs77q7NoZcbpA5W/6at3qQ4qPmYvkKqpF3A== -signature_date : 2020-10-08T15:31:46.027000 +signature : nTyYUlk6/cG6dkljXNVLS3cHFRwtnYYn5FvBcnbpTtHZC741KwWRifZHJDtz+g3C4/3GRbJathwWsbMlKJvd6SFvfFBqoDoSczrZ+X4jcouUezY8dEl9zryibfacXzP28f464FF1Ayt2GZjlgF4vAGOLIU7UImvAcHpTj2UN62D5zSmP2/Tisz8Prn5eu+qr01dGZJE8KrckVNw68Ar6PVDkbJ4LOgMkM+UJiB15l6kT6EbLdHiJGDZoitTlFfvg30VrKeyOiAe+Vi9dexbgyudhrYyLhQ5CQhcGwRqEEChDuaxK1nHSeuiRu3sWHx0CRXX08mwfDyJhmMmN7atplg== +signature_date : 2021-02-10T14:14:59.016000 signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,signer,signer_fingerprint,signature_date,signed_attributes \ No newline at end of file diff --git a/setup.py b/setup.py index df0a820..cc0a386 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def install(): copytree2(src=r'distribution', dst=makepath(programfiles, "Mozilla Thunderbird", "distribution")) # Disable Thunderbird Update - print("Disable Thunderbird and Telemetry") + print("Disable Update and Telemetry") key=reg_openkey_noredir(HKEY_LOCAL_MACHINE,r'SOFTWARE\Policies\Mozilla\Thunderbird',sam=KEY_WRITE, create_if_missing=True) for value in ['DisableAppUpdate','DisableTelemetry']: reg_setvalue(key,value, 1, REG_DWORD)