From 2cf83a185c3c5716e47a355506256cb6f89484ed Mon Sep 17 00:00:00 2001 From: tsukky Date: Sat, 9 Dec 2023 17:33:20 +0900 Subject: [PATCH 1/2] Update apply_patches.sh to apply_diffs.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e38923..0387448 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ use the following commands: ``` bash scripts/extract_files.sh 4.1.1 -bash scripts/apply_patches.sh +bash scripts/apply_diffs.sh make ``` From d4c346c7f26caabbc7303d019a2fdc47cf77439d Mon Sep 17 00:00:00 2001 From: tsukky Date: Sat, 9 Dec 2023 17:33:37 +0900 Subject: [PATCH 2/2] Fix file extension in navbar-marketing.pug --- scripts/extract_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extract_files.sh b/scripts/extract_files.sh index be90e84..17c8b8f 100644 --- a/scripts/extract_files.sh +++ b/scripts/extract_files.sh @@ -23,7 +23,7 @@ FILENAMES=( "settings.pug" "login.pug" "navbar.pug" - "navbar-marketing" + "navbar-marketing.pug" "admin-index.pug" "admin-sysadmin.pug" )