mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add 🧪 Apple Silicon App Tested link to scan apps
This commit is contained in:
parent
69f2a8d1a9
commit
43c1fecb2a
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue