Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit b8252a1

Browse files
committed
fix a lot of windows opening
1 parent 818e051 commit b8252a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

TypeWriter4.0/TypeWriter/Installer/Main.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ Finish[OS]()
157157

158158
require("coro-spawn")(
159159
InstallLocation() .. "/" .. FileNames[OS],
160-
{}
160+
{
161+
cwd = InstallLocation()
162+
}
161163
).waitExit()
162164

163165
Sleep(3000)

TypeWriter4.0/TypeWriter/package.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
name = "TypeWriter",
3-
version = "4.5.4",
3+
version = "4.5.5",
44
description = "Lua package creator",
55
tags = {
66
"Package"

0 commit comments

Comments
 (0)