From 01944af235e3f9ac72990cf9f4e545f344c28c4e Mon Sep 17 00:00:00 2001 From: dharmx Date: Tue, 8 Aug 2023 22:50:14 +0530 Subject: [PATCH] Update bling-dev-1.rockspec (#213) Added `bling.helpers.icon_theme` to rock_spec. --- bling-dev-1.rockspec | 1 + 1 file changed, 1 insertion(+) diff --git a/bling-dev-1.rockspec b/bling-dev-1.rockspec index 575d3f0..fa9bdd5 100644 --- a/bling-dev-1.rockspec +++ b/bling-dev-1.rockspec @@ -31,6 +31,7 @@ build = { ["bling.helpers.filesystem"] = "helpers/filesystem.lua", ["bling.helpers.shape"] = "helpers/shape.lua", ["bling.helpers.time"] = "helpers/time.lua", + ["bling.helpers.icon_theme"] = "helpers/icon_theme.lua", ["bling.layout"] = "layout/init.lua", ["bling.layout.centered"] = "layout/centered.lua", ["bling.layout.deck"] = "layout/deck.lua",