Skip to content

Commit f0c4be0

Browse files
att
1 parent f07d432 commit f0c4be0

File tree

5 files changed

+2
-70
lines changed

5 files changed

+2
-70
lines changed

build/cache.lua

Lines changed: 0 additions & 24 deletions
This file was deleted.

build/install_dependencies.lua

Lines changed: 0 additions & 39 deletions
This file was deleted.

build/main.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ darwin = darwin
44

55
function main()
66

7-
8-
if not darwin.argv.flags_exist({ "no_dep_install" }) then
9-
Install_dependencies()
10-
end
11-
127
local build_funcs = create_build_funcs()
138

149

darwindeps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"type": "gitrelease",
109109
"repo": "OUIsolutions/LuaShip",
110110
"file": "LuaShip.lua",
111-
"tag": "0.2.0",
111+
"tag": "0.2.1",
112112
"dest": "dependencies/LuaShip.lua"
113113
},
114114
{

luasrc/constants/app.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
private_vibescript.VERSION = "0.34.0"
1+
private_vibescript.VERSION = "0.35.0"

0 commit comments

Comments
 (0)