mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
:x
This commit is contained in:
commit
f28ec575d9
13 changed files with 106 additions and 155 deletions
|
|
@ -256,9 +256,6 @@ XPCOMUtils.defineLazyGetter(UpdateUtils, "ABI", function() {
|
|||
if (macutils.isUniversalBinary) {
|
||||
abi += "-u-" + macutils.architecturesInBinary;
|
||||
}
|
||||
#elifdef XP_WIN
|
||||
// Windows build should report the CPU architecture that it's running on.
|
||||
abi += "-" + gWinCPUArch;
|
||||
#endif
|
||||
|
||||
return abi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue