Skip to content

Commit da40a5f

Browse files
authored
Update generate_website_data.py
1 parent 2b9b888 commit da40a5f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

lib/generate_website_data.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
os_description = {
1818
'linux-x64': { 'ordinal': 1, 'name': 'Linux x64' },
1919
'linux-ppc64le': { 'ordinal': 2, 'name': 'Linux ppc64le' },
20-
'linux-ppc64': { 'ordinal': 3, 'name': 'Linux ppc64' },
21-
'windows-x64': { 'ordinal': 4, 'name': 'Windows x64'},
22-
'windows-x64-installer': { 'ordinal': 5, 'name': 'Windows x64 Installer'},
23-
'osx-x64': { 'ordinal': 6, 'name': 'macOS x64'},
24-
'osx-aarch64': { 'ordinal': 7, 'name': 'macOS aarch64'}
20+
'windows-x64': { 'ordinal': 3, 'name': 'Windows x64'},
21+
'windows-x64-installer': { 'ordinal': 4, 'name': 'Windows x64 Installer'},
22+
'osx-x64': { 'ordinal': 5, 'name': 'macOS x64'},
23+
'osx-aarch64': { 'ordinal': 6, 'name': 'macOS aarch64'}
2524
}
2625

2726
image_type_description = {

0 commit comments

Comments
 (0)