clarify recommended downloadd

This commit is contained in:
LWinterberg
2023-09-12 00:24:29 +02:00
parent 45e82fb8e5
commit b367a6857d

View File

@@ -1,6 +1,22 @@
export const releaseData = {
version: "3.3.3",
win: [
{
name: "64 bit installer (recommended)",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x64.exe",
checksum:
"379a03b37fba8d4b71e10cb0034e303e43cb2fbffb9af423a7b87be3b32bf94d",
type: ".exe",
},
{
name: "64 bit zip file",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x64.zip",
checksum:
"3060f6a46b4eaf23816826037fb05934812199f19944162e9d9ba03ba5d8cc4a",
type: ".zip",
},
{
name: "32 bit installer",
browser_download_url:
@@ -17,40 +33,24 @@ export const releaseData = {
"b593f2496a8c945234ebac7da354b110faf404785f90dbda9be29c6426860d74",
type: ".zip",
},
{
name: "64 bit installer",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x64.exe",
checksum:
"379a03b37fba8d4b71e10cb0034e303e43cb2fbffb9af423a7b87be3b32bf94d",
type: ".exe",
},
{
name: "64 bit zip file",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-win-3.3.3-x64.zip",
checksum:
"3060f6a46b4eaf23816826037fb05934812199f19944162e9d9ba03ba5d8cc4a",
type: ".zip",
},
],
mac: [
{
name: "ARM 64 dmg",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-macOS-3.3.3-arm64.dmg",
checksum: "783262df08e76fd247590a47b42e921d8b1a0ad38bb050854654e10f6030760e",
type: ".dmg",
},
{
name: "Universal dmg",
name: "Universal dmg (recommended)",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-macOS-3.3.3-universal.dmg",
checksum: "e9fd97ddf1b489d547d4c2dfd2573cff4e62cb92e92ee50f7adf9f62a5dfbeb0",
type: ".dmg",
},
{
name: "x86_64 dmg",
name: "ARM 64 dmg (Apple Silicon)",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-macOS-3.3.3-arm64.dmg",
checksum: "783262df08e76fd247590a47b42e921d8b1a0ad38bb050854654e10f6030760e",
type: ".dmg",
},
{
name: "x86_64 dmg (Intel)",
browser_download_url:
"https://github.com/audacity/audacity/releases/download/Audacity-3.3.3/audacity-macOS-3.3.3-x86_64.dmg",
checksum: "eab0687b4f218a80ee4b661f45a09e7674b387033b6aa04efdd31a1f0d9f77c6",