Make the extraction of the addons generally

This commit is contained in:
Mario Fetka
2013-04-09 22:56:48 +02:00
parent f187948ee6
commit 1bedf8cd7d
5 changed files with 17 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ REG ADD HKLM\SOFTWARE\Mozilla\MaintenanceService /v Attempted /t REG_DWORD /d 1
copy "$IniCfgFile$" "$InstallDir$"
copy "%ScriptPath%\*.cfg" "$InstallDir$"
copy "%ScriptPath%\local-settings.js" "$InstallDir$\defaults\pref"
copy -s "%ScriptPath%\X86\Plugins\*.*" "$InstallDir$\distribution\extensions"
copy -s "%ScriptPath%\X86\Addons\*.*" "$InstallDir$\distribution\extensions"
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
[Registry_install]