mirror of
				https://github.com/LDDestroier/CC/
				synced 2025-10-30 23:12:59 +00:00 
			
		
		
		
	Fixed self-extractor code
I cannot believe that slipped in there for so long
This commit is contained in:
		| @@ -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} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 LDDestroier
					LDDestroier