Move weather.json config to /kolibrios

Weather app was moved to /kolibrios a year ago, move its config there
too. There is no reason for the config to be in img since nobody in img
uses it.

Also, update Weather to look for its config not only in /sys but also
in /kolibrios.

git-svn-id: svn://kolibrios.org@9820 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2022-05-23 22:47:22 +00:00
parent bcd3970446
commit f483bc78e4
2 changed files with 10 additions and 5 deletions

View File

@@ -67,7 +67,6 @@ 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.
@@ -726,6 +725,7 @@ tup.append_table(extra_files, {
{"kolibrios/utils/kruler", PROGS .. "/other/kruler/kruler"},
{"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"},
{"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"},
{"kolibrios/settings/weather.json", PROGS .. "/other/Weather/weather.json"},
{"kolibrios/utils/man2html", PROGS .."/other/man2html/man2html"},
})
end -- tup.getconfig('NO_TCC') ~= 'full'