diff --git a/2_apply.bat b/2_apply.bat index 520e3f36..269a06f3 100644 --- a/2_apply.bat +++ b/2_apply.bat @@ -63,7 +63,12 @@ for /f "delims=" %%i in (list.txt) do ( set source_file=%target_directory%!line! set relative_path=!line:%source_prefix%=! set target_file=%target_prefix%!relative_path! + ) else if "!line:~-11!" == ".properties" ( + set source_file=%target_directory%!line! + set relative_path=!line:%source_prefix%=! + set target_file=%target_prefix%!relative_path! ) + rem Copy the source file to the target location, overwriting if necessary echo Copying "!source_file!" to "!target_file!" xcopy /i /Y "!source_file!" "!target_file!" diff --git a/list.txt b/list.txt index c923403b..c60f3b71 100644 --- a/list.txt +++ b/list.txt @@ -17,4 +17,5 @@ src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.woff src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Regular.otf src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff2 src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.woff -src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.otf \ No newline at end of file +src\main\webapp\com\fonts\NotoSansKr\NotoSansKR-Bold.otf +src\main\resources\egovframework\egovProps\globals.properties \ No newline at end of file diff --git a/src/main/webapp/com/img/common/bg/main_info_visual_20240905.png b/src/main/webapp/com/img/common/bg/main_info_visual_20240905.png index 95f103a6..38aebc1e 100644 Binary files a/src/main/webapp/com/img/common/bg/main_info_visual_20240905.png and b/src/main/webapp/com/img/common/bg/main_info_visual_20240905.png differ diff --git a/src/main/webapp/com/img/common/bg/main_info_visual_20240906.png b/src/main/webapp/com/img/common/bg/main_info_visual_20240906.png index 877d15c3..d2b841ad 100644 Binary files a/src/main/webapp/com/img/common/bg/main_info_visual_20240906.png and b/src/main/webapp/com/img/common/bg/main_info_visual_20240906.png differ