Correct surrounding scripts to reflect the change

This commit is contained in:
Mario Fetka
2013-04-09 22:45:46 +02:00
parent ef153c943e
commit f187948ee6
2 changed files with 4 additions and 4 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\*.xpi" "$InstallDir$\distribution\extensions"
copy -s "%ScriptPath%\X86\Plugins\*.*" "$InstallDir$\distribution\extensions"
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
[Registry_install]