mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Manually set processorsVerbiage
This commit is contained in:
parent
f4f1f36e01
commit
99d0e7ee9a
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ function makeTitle ( listing ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function makeDescription ( listing ) {
|
function makeDescription ( listing ) {
|
||||||
const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage
|
// const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage
|
||||||
|
|
||||||
|
const processorsVerbiage = 'Apple M2 and M1 Ultra'
|
||||||
|
|
||||||
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.`
|
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue