DL_ARCH was never intendet to work this way it should only contain the target arch

This commit is contained in:
Mario Fetka
2013-04-09 22:38:39 +02:00
parent a49104795a
commit ef153c943e
2 changed files with 10 additions and 10 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\*.xpi" "$InstallDir$\distribution\extensions"
del "$InstallDir$\distribution\extensions\tbtestpilot@labs.mozilla.com.xpi"
[Registry_install]