mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Create varaible for updates M2 verbiage
This commit is contained in:
parent
374368ede5
commit
4b8c6a7eea
11 changed files with 28 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ export const makeTitle = function ( app ) {
|
|||
}
|
||||
|
||||
export const makeDescription = function ( app ) {
|
||||
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors.`
|
||||
return `Latest reported support status of ${ app.name } on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors.`
|
||||
}
|
||||
|
||||
// https://stackoverflow.com/a/15069646/1397641
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export const makeTitle = function ( app ) {
|
|||
}
|
||||
|
||||
export const makeDescription = function ( app ) {
|
||||
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. `
|
||||
return `Latest reported support status of ${ app.name } on Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } Processors when installed via Homebrew. `
|
||||
}
|
||||
|
||||
class FormulaTemplate extends AppTemplate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue