Skip to content

Commit 7f8ca2b

Browse files
jschoiRRdhslove
authored andcommitted
미니 로고 변경 누락 부분 추가
1 parent 7a8486b commit 7f8ca2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/util/update-mold-theme-from-license.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [ "ablestack" == "$type" ]; then
1212
# 로고 파일 변경
1313
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-ablestack.png\"," $config_path
1414
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-ablestack.png\"," $config_path
15+
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-ablestack.png\"," $config_path
1516

1617
# 저작권 표시 변경
1718
sed -i "/\"footer\"/ c\ \"footer\": \"ⓒ 2021-2025 ABLECLOUD Inc. All Rights Reserved.\"," $config_path
@@ -41,6 +42,7 @@ elif [ "clostack" == "$type" ]; then
4142
# 로고 파일 변경
4243
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-clostack.png\"," $config_path
4344
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-clostack.png\"," $config_path
45+
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-ablestack.png\"," $config_path
4446

4547
# 저작권 표시 변경
4648
sed -i "/\"footer\"/ c\ \"footer\": \"ⓒ 2025 ITCEN CLOIT. All Rights Reserved.\"," $config_path
@@ -69,6 +71,7 @@ elif [ "hv" == "$type" ]; then
6971
# 로고 파일 변경
7072
sed -i "/\"logo\"/ c\ \"logo\": \"assets/logo-hv.png\"," $config_path
7173
sed -i "/\"banner\"/ c\ \"banner\": \"assets/login-logo-hv.png\"," $config_path
74+
sed -i "/\"minilogo\"/ c\ \"minilogo\": \"assets/mini-logo-hv.png\"," $config_path
7275

7376
# 저작권 표시 변경
7477
sed -i "/\"footer\"/ c\ \"footer\": \"© HS HYOSUNG INFORMATION SYSTEMS\"," $config_path

0 commit comments

Comments
 (0)