From c1911092d34f93116834e5d024d1c35e5f02fedf Mon Sep 17 00:00:00 2001 From: turbocat Date: Mon, 26 Apr 2021 21:08:57 +0000 Subject: [PATCH] Weather has been temporarily removed from the distribution git-svn-id: svn://kolibrios.org@8684 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 44e96e60d2..b3625cc3f9 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -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"},