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

Commit 3c4e57b

Browse files
committed
further setup stuff
1 parent d438670 commit 3c4e57b

File tree

1 file changed

+5
-0
lines changed
  • TypeWriter4.0/TypeWriter/Installer

1 file changed

+5
-0
lines changed

TypeWriter4.0/TypeWriter/Installer/Main.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,9 @@ local Finish = {
178178

179179
Finish[OS]()
180180

181+
require("coro-spawn")(
182+
InstallLocation() .. "/" .. FileNames[OS],
183+
{}
184+
).waitExit()
185+
181186
Sleep(3000)

0 commit comments

Comments
 (0)