зеркало из https://github.com/mozilla/gecko-dev.git
Bug 840948 - Fix for missing nsis function 'ResetWin8PromptKeys' in builds that don't have enable-metro. Fixes Win64 build bustage. r=bbondy
This commit is contained in:
Родитель
362433c441
Коммит
9d15d0b26d
|
@ -283,7 +283,9 @@ Section "-Application" APP_IDX
|
|||
SetShellVarContext current ; Set SHCTX to HKCU
|
||||
${RegCleanMain} "Software\Mozilla"
|
||||
${RegCleanUninstall}
|
||||
!ifdef MOZ_METRO
|
||||
${ResetWin8PromptKeys}
|
||||
!endif
|
||||
${UpdateProtocolHandlers}
|
||||
|
||||
ClearErrors
|
||||
|
|
Загрузка…
Ссылка в новой задаче