diff --git a/shared/artifact-links.ts b/shared/artifact-links.ts index 49777aa..1ea5881 100644 --- a/shared/artifact-links.ts +++ b/shared/artifact-links.ts @@ -31,8 +31,9 @@ export const artifactLinks = { 'KeymanDesktop_TestPullRequests': {platform: 'windows', name: 'Windows', icon: 'windows.png', downloads: [ {fragment: 'release/$version/keyman-$version_with_tag.exe', name: '**Keyman for Windows**', icon: 'keyman.png'} , {fragment: 'release/$version/firstvoices-$version_with_tag.exe', name: 'FirstVoices Keyboards for Windows', icon: 'firstvoices.png'} , - {fragment: 'support/editor32.exe', name: 'Text Editor (32 bit)', icon: 'tool.png'} , - {fragment: 'support/editor64.exe', name: 'Text Editor (64 bit)', icon: 'tool.png'} , + {fragment: 'support/editor32.exe', name: 'Text Editor (x86)', icon: 'tool.png'} , + {fragment: 'support/editor64.exe', name: 'Text Editor (x64)', icon: 'tool.png'} , + {fragment: 'support/editorarm64.exe', name: 'Text Editor (ARM64)', icon: 'tool.png'} , //TODO: remove next two downloads when version_with_tag artifact filenames have propagated everywhere {fragment: 'release/$version/keyman-$version.exe', name: 'Keyman for Windows (old PRs)', icon: 'keyman.png'} , {fragment: 'release/$version/firstvoices-$version.exe', name: 'FirstVoices Keyboards for Windows (old PRs)', icon: 'firstvoices.png'} ,