1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-11-13 13:38:07 +11:00

Compare commits

..

No commits in common. "4eb84b0e85c1ea5aac971f4e9f0f5ea491e38253" and "4436ea76638ec5664c7495aa5cbbd4fde956a5d7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ function providers.luamin(cin)
-- io.stderr:write("DEBUG: ", "luamin -f "..fn.." 2>&1", "\n")
local dat = lmh:read("*a")
local stat, _, code = lmh:close()
os.remove(fn)
--os.remove(fn)
if (code ~= 0) then
return false, dat
end

View File

@ -6,6 +6,6 @@ end
_sv("LUACOMP_V_MAJ", 1)
_sv("LUACOMP_V_MIN", 2)
_sv("LUACOMP_V_PAT", 2)
_sv("LUACOMP_V_PAT", 1)
_sv("LUACOMP_VERSION", LUACOMP_V_MAJ.."."..LUACOMP_V_MIN.."."..LUACOMP_V_PAT)
_sv("LUACOMP_NAME", "LuaComp")