From b342dd1d52647e4e0fa4268f6b835a17cbb4c432 Mon Sep 17 00:00:00 2001 From: turbocat Date: Sun, 23 May 2021 17:25:59 +0000 Subject: [PATCH] Weather 1.6e moved to iso image git-svn-id: svn://kolibrios.org@8736 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 55e1d37884..96ab49af0a 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -701,6 +701,7 @@ tup.append_table(extra_files, { {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"}, {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"}, {"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"}, + {"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"}, }) end -- tup.getconfig('NO_TCC') ~= 'full'