diff options
author | M.Mahdi Bakhshi <33148504+thantez@users.noreply.github.com> | 2020-08-10 18:30:26 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 18:30:26 +0430 |
commit | c841f475c73986a32ce1969558ca35794846121c (patch) | |
tree | 3c354094fba22cb8b00fe96e43de28f8da733227 | |
parent | d7afabf2d2d10ec7d24225b752768ef4f93228d4 (diff) | |
download | lite-xl-colors-c841f475c73986a32ce1969558ca35794846121c.tar.gz lite-xl-colors-c841f475c73986a32ce1969558ca35794846121c.zip |
Update make_preview_image.lua
back to default filename
-rwxr-xr-x | make_preview_image.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |