From c841f475c73986a32ce1969558ca35794846121c Mon Sep 17 00:00:00 2001 From: "M.Mahdi Bakhshi" <33148504+thantez@users.noreply.github.com> Date: Mon, 10 Aug 2020 18:30:26 +0430 Subject: Update make_preview_image.lua back to default filename --- make_preview_image.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_preview_image.lua b/make_preview_image.lua index cd7ed1e..8f6c55c 100755 --- a/make_preview_image.lua +++ b/make_preview_image.lua @@ -1,6 +1,6 @@ #!/usr/bin/lua -local filename = "colors/solarobj.lua" +local filename = "..." local name = filename:match("([^\\/]+)%..*$") .. "_preview" -- get colors -- cgit v1.2.3