Skip to content

Commit 7f3b07f

Browse files
pronto
1 parent 8a5fb8c commit 7f3b07f

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ darwintypes.lua
33
LuaShip.lua
44
teste.lua
55
*.c
6+
realeses
7+
darwin

build_local.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.018/darwin.out -o darwin && chmod +x darwin
4+
5+
./darwin run_blueprint
6+
7+
8+

darwinconf.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ end
1010
project.add_lua_code("return private_lua_ship")
1111
project.add_lua_file("types.lua")
1212

13-
project.generate_lua_file({ output = "LuaShip.lua" })
13+
darwin.dtw.write_file("realeses/temp", "")
14+
darwin.dtw.remove_any("realeses/temp")
15+
16+
project.generate_lua_file({ output = "realeses/LuaShip.lua" })

0 commit comments

Comments
 (0)