Releases: Team-CC-Corp/Grin
Releases · Team-CC-Corp/Grin
Fixed json issues.
1.2.4 Fixed not parsing end quote in parseString
Grin v.1.2.3 Fixed unfortunately named directories
Directories with the same first letters would break grin.
Grin v.1.2.2 Fixed unarchiving uncompressed zips
Fixed no compression
Grin v.1.2.1 Minor error handling update
Always error. PrintError isn't enough.
Grin v1.2
Adds a new switch to grin. Using the -emit-events (or -e) switch allows something like the following
paralle.waitForAny(function()
shell.run("grin", "-e", "-u", "My", "-r", "Repo", "dir")
end, function()
while true do
local e, s = os.pullEvent("grin_install_status")
displayUpdate(s)
end
end)
Grin v1.1
First release
Pastebin VuBNx3va