diff --git a/helpers/build-app-list.js b/helpers/build-app-list.js index 2426b11..bf8e421 100644 --- a/helpers/build-app-list.js +++ b/helpers/build-app-list.js @@ -148,6 +148,12 @@ export default async function () { }) } + // Add 🧪 Apple Silicon App Tested link + relatedLinks.push({ + label: '🧪 Apple Silicon App Tested', + href: 'https://doesitarm.com/apple-silicon-app-test/', + }) + // Add to scanned app list scanListMap.set( appSlug, { name: appName,