From 00c2cfbcfcbf05edb686d34a7cd98e552400b747 Mon Sep 17 00:00:00 2001 From: leency Date: Mon, 31 Mar 2025 01:44:00 +0300 Subject: [PATCH] Period: Moved from IMG to ISO --- data/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 8b6a9edd2..15a548b9a 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -635,7 +635,6 @@ tup.append_table(extra_files, { }) -- For russian build, add russian-only programs. if build_type == "ru_RU" then tup.append_table(img_files, { - {"PERIOD", VAR_PROGS .. "/other/period/trunk/period"}, {"GAMES/KLAVISHA", VAR_PROGS .. "/games/klavisha/klavisha"}, {"DEVELOP/EXAMPLES/TESTCON2", VAR_PROGS .. "/develop/libraries/console_coff/examples/testcon2_rus"}, }) else tup.append_table(img_files, { @@ -643,6 +642,7 @@ if build_type == "ru_RU" then tup.append_table(img_files, { }) end if build_type == "ru_RU" then tup.append_table(extra_files, { + {"kolibrios/utils/period", VAR_PROGS .. "/other/period/trunk/period"}, {"kolibrios/games/Dungeons/Dungeons", VAR_PROGS .. "/games/Dungeons/Dungeons"}, }) end