Skip to content

Commit 106dbed

Browse files
committed
[BOOT] Actually add the remastering scripts in the ISOs
Addendum to commit fdc4272 (reactos#4988) CORE-8872
1 parent fdc4272 commit 106dbed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ add_subdirectory(bootdata)
55
# add_subdirectory(environ)
66
add_subdirectory(freeldr)
77
add_subdirectory(rtl)
8+
9+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.cmd DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)
10+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)

0 commit comments

Comments
 (0)