From b367a6857dbf8a0c830f92684f7f6511e2a014bc Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:24:29 +0200 Subject: [PATCH] clarify recommended downloadd --- src/assets/js/releaseData.js | 50 ++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/assets/js/releaseData.js b/src/assets/js/releaseData.js index 0bb7a7b..073b7ed 100644 --- a/src/assets/js/releaseData.js +++ b/src/assets/js/releaseData.js @@ -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",