mirror of
https://github.com/tycrek/degoogle.git
synced 2025-08-22 14:23:08 +02:00
Fix build script to properly add mobile apps
This commit is contained in:
@@ -17,7 +17,7 @@ const BUILD_SECTION = {
|
|||||||
webBasedProducts: () => generateCategorySection('Web-based products', readYaml()['web based products']),
|
webBasedProducts: () => generateCategorySection('Web-based products', readYaml()['web based products']),
|
||||||
operatingSystems: () => generateCategorySection('Operating systems', readYaml()['operating systems']),
|
operatingSystems: () => generateCategorySection('Operating systems', readYaml()['operating systems']),
|
||||||
desktopApps: () => generateCategorySection('Desktop apps', readYaml()['desktop applications']),
|
desktopApps: () => generateCategorySection('Desktop apps', readYaml()['desktop applications']),
|
||||||
mobileApps: () => generateCategorySection('Mobile apps', readYaml()['desktop applications']),
|
mobileApps: () => generateCategorySection('Mobile apps', readYaml()['mobile applications']),
|
||||||
hardware: () => generateCategorySection('Hardware', readYaml()['hardware']),
|
hardware: () => generateCategorySection('Hardware', readYaml()['hardware']),
|
||||||
useful: () => '# Useful links, tools, and advice',
|
useful: () => '# Useful links, tools, and advice',
|
||||||
resources: () => readFile('md/_resources.md'),
|
resources: () => readFile('md/_resources.md'),
|
||||||
|
Reference in New Issue
Block a user