From a17c57166634cabfcfc28b698df1af80fa7237f2 Mon Sep 17 00:00:00 2001 From: Neko Nekowazarashi Date: Tue, 30 May 2023 20:26:11 +0700 Subject: [PATCH] saltik --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c55a869..541d214 100755 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,7 @@ fi echo "module.exports = { basePath: '$next_path', };" >> "$install_dir/next.config.js" -ynh_replace_string --match_string="src={useColorModeValue(\"/banner_light.svg\", \"/banner_dark.svg\")}" --replace_string="src={useColorModeValue(\"$next_path/banner_light.svg\", \"$next_path/banner_dark.svg\")} --target_file="$install_dir/components/Header.tsx" +ynh_replace_string --match_string="src={useColorModeValue(\"/banner_light.svg\", \"/banner_dark.svg\")}" --replace_string="src={useColorModeValue(\"$next_path/banner_light.svg\", \"$next_path/banner_dark.svg\")}" --target_file="$install_dir/components/Header.tsx" #================================================= # BUILD AND INSTALL THE APP