dev run
This commit is contained in:
parent
e9130b3cd2
commit
bb247b0ec0
|
@ -25,3 +25,4 @@ build = {
|
||||||
type = "builtin",
|
type = "builtin",
|
||||||
modules = {}
|
modules = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tup
|
||||||
|
cd src
|
||||||
|
godotenv -f ../.env lua5.3 -l set_paths ketracel.lua
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
tup
|
|
||||||
cd src
|
|
||||||
lua5.3 -l set_paths ketracel.lua
|
|
Loading…
Reference in New Issue