We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4711a7a commit 5fb102bCopy full SHA for 5fb102b
build/install_dependencies.lua
@@ -5,7 +5,7 @@ function Install_dependencies()
5
local libs = {
6
{ url = "https://github.com/OUIsolutions/DoTheWorld/releases/download/10.0.1/doTheWorldOne.c", path = "dependencies/doTheWorldOne.c" },
7
{ url = "https://github.com/OUIsolutions/C-argv-parser/releases/download/0.0.1/CArgvParseOne.c", path = "dependencies/CArgvParseOne.c" },
8
- {url = "https://github.com/OUIsolutions/CWebStudio/releases/download/4.0.0/CWebStudioOne.c" , path = "dependencies/CWebStudioOne.c"},
+ {url = "https://github.com/OUIsolutions/CWebStudio/releases/download/4.1.0/CWebStudioOne.c" , path = "dependencies/CWebStudioOne.c"},
9
}
10
for _, lib in ipairs(libs) do
11
local executor = function()
0 commit comments