From 56bf40979395261b344799f738774c1ffaf26b1c Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 25 May 2020 09:46:50 -0600 Subject: [PATCH] Fix build script to properly add mobile apps --- _build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build.js b/_build.js index e52e1fd..3b2ec0f 100644 --- a/_build.js +++ b/_build.js @@ -17,7 +17,7 @@ const BUILD_SECTION = { webBasedProducts: () => generateCategorySection('Web-based products', readYaml()['web based products']), operatingSystems: () => generateCategorySection('Operating systems', readYaml()['operating systems']), 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']), useful: () => '# Useful links, tools, and advice', resources: () => readFile('md/_resources.md'),