We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5fb8c commit 7f3b07fCopy full SHA for 7f3b07f
3 files changed
.gitignore
@@ -3,3 +3,5 @@ darwintypes.lua
3
LuaShip.lua
4
teste.lua
5
*.c
6
+realeses
7
+darwin
build_local.sh
@@ -0,0 +1,8 @@
1
+
2
+curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.018/darwin.out -o darwin && chmod +x darwin
+./darwin run_blueprint
8
darwinconf.lua
@@ -10,4 +10,7 @@ end
10
project.add_lua_code("return private_lua_ship")
11
project.add_lua_file("types.lua")
12
13
-project.generate_lua_file({ output = "LuaShip.lua" })
+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