forked from KolibriOS/kolibrios
Added Weather to IMG distro
git-svn-id: svn://kolibrios.org@8588 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c3882c37d2
commit
32c989d925
@ -67,6 +67,7 @@ img_files = {
|
||||
{"SETTINGS/NETWORK.INI", "common/settings/network.ini"},
|
||||
{"SETTINGS/SYSTEM.INI", "common/settings/system.ini"},
|
||||
{"SETTINGS/TASKBAR.INI", "common/settings/taskbar.ini"},
|
||||
{"SETTINGS/WEATHER.JSON", PROGS .. "/other/Weather/weather.json"},
|
||||
}
|
||||
|
||||
-- For russian build, add russian-only files.
|
||||
@ -687,6 +688,7 @@ end -- tup.getconfig('NO_MSVC') ~= 'full'
|
||||
if tup.getconfig('NO_TCC') ~= 'full' then
|
||||
tup.append_table(img_files, {
|
||||
{"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
|
||||
{"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
|
||||
})
|
||||
tup.append_table(extra_files, {
|
||||
{"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
|
||||
|
Loading…
Reference in New Issue
Block a user