Skip to content

Commit

Permalink
Add pretty names for windows2022-{32,64}
Browse files Browse the repository at this point in the history
NSS started using these in bug 1831552.
  • Loading branch information
jcristau authored and Archaeopteryx committed Jan 16, 2025
1 parent 481424a commit 21cb350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export const thPlatformMap = {
'windows2012-aarch64': 'Windows 2012 AArch64',
'windows2012-aarch64-shippable': 'Windows 2012 AArch64 Shippable',
'windows2012-aarch64-devedition': 'Windows 2012 AArch64 DevEdition',
'windows2022-32': 'Windows 2022',
'windows2022-64': 'Windows 2022 x64',
'windows-mingw32': 'Windows MinGW',
win32: 'Windows x86',
win64: 'Windows x64',
Expand Down

0 comments on commit 21cb350

Please sign in to comment.