Now user will never lose kolibri.lbl because it is moved to ISO/kolibrios/res/system/ folder
git-svn-id: svn://kolibrios.org@8241 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f772c6b60a
commit
d1f5d03d52
@ -138,7 +138,6 @@ a named subitem "group=path/<groupname>" and the file should be put in <groupnam
|
||||
extra_files = {
|
||||
{"/", "common/distr_data/autorun.inf"},
|
||||
{"/", "common/distr_data/KolibriOS_icon.ico"},
|
||||
{"/", build_type .. "/settings/kolibri.lbl"},
|
||||
{"Docs/stack.txt", "../kernel/trunk/docs/stack.txt"},
|
||||
{"HD_Load/9x2klbr/", "common/HD_load/9x2klbr/LDKLBR.VXD"},
|
||||
{"HD_Load/MeOSLoad/", PROGS .. "/hd_load/meosload/AUTOEXEC.BAT"},
|
||||
@ -273,6 +272,7 @@ extra_files = {
|
||||
{"kolibrios/res/templates/", PROGS .. "/emulator/e80/trunk/games/*"},
|
||||
{"kolibrios/res/templates/NES/", "common/templates/NES/*"},
|
||||
{"kolibrios/res/wallpapers/", "common/wallpapers/*"},
|
||||
{"kolibrios/res/system/", build_type .. "/settings/kolibri.lbl"},
|
||||
}
|
||||
if build_type == "rus" then tup.append_table(extra_files, {
|
||||
{"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},
|
||||
|
@ -73,7 +73,7 @@ start_dir:
|
||||
basic_file_path:
|
||||
db '/sys/settings/'
|
||||
basic_file_name:
|
||||
db 'kolibri.lbl',0
|
||||
db 'kolibrios/res/system/kolibri.lbl',0
|
||||
additional_dir_name:
|
||||
db 'kolibrios',0
|
||||
real_additional_dir:
|
||||
|
Loading…
Reference in New Issue
Block a user