Update extension for new naming format (jpm 1.2.2+)

Conflicts:
	automation/Extension/firefox/@openwpm-0.0.1.xpi
This commit is contained in:
englehardt 2016-11-11 11:54:52 -05:00
Родитель ec667ee93c
Коммит 19656d4fc3
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,7 @@ def deploy_firefox(status_queue, browser_params, manager_params, crash_recovery)
fp.set_preference("extensions.firebug.currentVersion", "1.11.0") # Avoid startup screen
if browser_params['extension']['enabled']:
ext_loc = os.path.join(root_dir + "/../", 'Extension/firefox/@openwpm-0.0.1.xpi')
ext_loc = os.path.join(root_dir + "/../", 'Extension/firefox/openwpm.xpi')
ext_loc = os.path.normpath(ext_loc)
fp.add_extension(extension=ext_loc)
with open(browser_profile_path + 'database_settings.txt', 'w') as f:

Двоичные данные
automation/Extension/firefox/openwpm.xpi Normal file

Двоичный файл не отображается.