mirror of
https://github.com/Adorable-Catgirl/LuaComp.git
synced 2024-11-11 04:38:05 +11:00
Compare commits
2 Commits
4436ea7663
...
4eb84b0e85
Author | SHA1 | Date | |
---|---|---|---|
|
4eb84b0e85 | ||
|
af9be05fc8 |
@ -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
|
||||
|
@ -6,6 +6,6 @@ end
|
||||
|
||||
_sv("LUACOMP_V_MAJ", 1)
|
||||
_sv("LUACOMP_V_MIN", 2)
|
||||
_sv("LUACOMP_V_PAT", 1)
|
||||
_sv("LUACOMP_V_PAT", 2)
|
||||
_sv("LUACOMP_VERSION", LUACOMP_V_MAJ.."."..LUACOMP_V_MIN.."."..LUACOMP_V_PAT)
|
||||
_sv("LUACOMP_NAME", "LuaComp")
|
Loading…
Reference in New Issue
Block a user