Subversion Repositories Kolibri OS

Rev

Rev 9797 | Rev 9842 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9797 Rev 9820
Line 65... Line 65...
65
 {"SETTINGS/LANG.INI", build_type .. "/settings/lang.ini"},
65
 {"SETTINGS/LANG.INI", build_type .. "/settings/lang.ini"},
66
 {"SETTINGS/MENU.DAT", build_type .. "/settings/menu.dat"},
66
 {"SETTINGS/MENU.DAT", build_type .. "/settings/menu.dat"},
67
 {"SETTINGS/NETWORK.INI", "common/settings/network.ini"},
67
 {"SETTINGS/NETWORK.INI", "common/settings/network.ini"},
68
 {"SETTINGS/SYSTEM.INI", "common/settings/system.ini"},
68
 {"SETTINGS/SYSTEM.INI", "common/settings/system.ini"},
69
 {"SETTINGS/TASKBAR.INI", "common/settings/taskbar.ini"},
69
 {"SETTINGS/TASKBAR.INI", "common/settings/taskbar.ini"},
70
 {"SETTINGS/weather.json", PROGS .. "/other/Weather/weather.json"},
-
 
71
}
70
}
Line 72... Line 71...
72
 
71
 
73
-- For russian build, add russian-only files.
72
-- For russian build, add russian-only files.
74
if build_type == "rus" then tup.append_table(img_files, {
73
if build_type == "rus" then tup.append_table(img_files, {
Line 724... Line 723...
724
-- {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
723
-- {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
725
 {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"},
724
 {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"},
726
 {"kolibrios/utils/kruler", PROGS .. "/other/kruler/kruler"},
725
 {"kolibrios/utils/kruler", PROGS .. "/other/kruler/kruler"},
727
 {"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"},
726
 {"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"},
728
 {"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"},
727
 {"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"},
-
 
728
 {"kolibrios/settings/weather.json", PROGS .. "/other/Weather/weather.json"},
729
 {"kolibrios/utils/man2html", PROGS .."/other/man2html/man2html"},
729
 {"kolibrios/utils/man2html", PROGS .."/other/man2html/man2html"},
730
})
730
})
731
end -- tup.getconfig('NO_TCC') ~= 'full'
731
end -- tup.getconfig('NO_TCC') ~= 'full'
Line 732... Line 732...
732
 
732