mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-17 15:24:52 +00:00
Fixed self-extractor code
I cannot believe that slipped in there for so long
This commit is contained in:
parent
ba6deba4d9
commit
fa4502e035
@ -935,7 +935,7 @@ local outputPath = ]] ..
|
||||
(selfExtractorFolder and (
|
||||
"shell.resolve(\"" .. selfExtractorFolder .. "\")"
|
||||
) or (
|
||||
"tArg[1] and shell.resolve(tArg[1]) or ]]" .. ((defaultAutoExtractPath and ("\"" .. defaultAutoExtractPath .. "\"")) or "shell.getRunningProgram()")
|
||||
"tArg[1] and shell.resolve(tArg[1]) or " .. ((defaultAutoExtractPath and ("\"" .. defaultAutoExtractPath .. "\"")) or "shell.getRunningProgram()")
|
||||
)) .. [[
|
||||
|
||||
local safeColorList = {[colors.white] = true,[colors.lightGray] = true,[colors.gray] = true,[colors.black] = true}
|
||||
|
Loading…
Reference in New Issue
Block a user