Skip to content

Commit

Permalink
fix updating (finnaly)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreBytee committed Aug 7, 2022
1 parent 2645b8e commit ce68bc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions TypeWriter4.0/TypeWriter/Updater/Update.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ return function (Release)
}
)
--Result.waitExit()
print(Error)
print(Result.stdout.read())
print(Result.stderr.read())
process:exit()
end
2 changes: 1 addition & 1 deletion TypeWriter4.0/TypeWriter/package.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
name = "TypeWriter",
version = "4.6.0",
version = "4.6.1",
description = "Lua package creator",
tags = {
"Package"
Expand Down

0 comments on commit ce68bc8

Please sign in to comment.