We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c473f commit 64e5992Copy full SHA for 64e5992
1 file changed
src/content/data/download-dictionary.ts
@@ -19,8 +19,8 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
19
return [
20
{
21
os: 'mac',
22
- slug: 'osx-dmg',
23
- href: '/download/osx-dmg',
+ slug: 'osx-dmg-arm64',
+ href: '/download/osx-dmg-arm64',
24
text: 'MacOS DMG',
25
defaultText: 'macOS',
26
subtext: 'Apple Silicon',
@@ -104,8 +104,8 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
104
},
105
106
os: 'linux',
107
- slug: 'linux-standalone',
108
- href: '/download/linux-standalone',
+ slug: 'linux-standalone-arm64',
+ href: '/download/linux-standalone-arm64',
109
text: 'Linux Zip',
110
subtext: 'arm64',
111
releasePath: `v${latestReleaseVersion}/HttpToolkit-${latestReleaseVersion}-linux-arm64.zip`,
0 commit comments