Weather has been temporarily removed from the distribution

git-svn-id: svn://kolibrios.org@8684 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2021-04-26 21:08:57 +00:00
parent ad524d2036
commit c1911092d3

View File

@ -690,7 +690,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"},
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
})
tup.append_table(extra_files, {
{"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},