mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix homebrew in app description template
This commit is contained in:
parent
b394e6cb63
commit
94729f70a8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export const makeTitle = function ( app ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const makeDescription = function ( app ) {
|
export const makeDescription = function ( app ) {
|
||||||
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. `
|
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors.`
|
||||||
}
|
}
|
||||||
|
|
||||||
export class AppTemplate {
|
export class AppTemplate {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue