We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1602efe commit 0f9cfd0Copy full SHA for 0f9cfd0
1 file changed
src/011-settings.lua
@@ -412,8 +412,8 @@ Settings = (function()
412
end
413
414
-- Save XBST if needed
415
- if xbstContents then
416
- local filename = 'tmp.' .. string.lower(getSelfName())
+ if xbstContents then
+ local filename = 'tmp.' .. string.gsub(getSelfName(), ".", string.byte)
417
local file = io.open(FOLDER_SETTINGS_PATH .. filename .. '.xbst', 'w+')
418
if file then
419
file:write(xbstContents)
0 commit comments