From 3ab0192300011532a5cec4840507cfa83a7cd56c Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 12 Jun 2016 12:46:56 +0200 Subject: [PATCH] Build: Fix typo Former-commit-id: c6e701b0d0d00de1eb3c4d56dda0d9e91b06e269 [formerly 0edba6686872452fef0254c062dbc437f1d7c84c] Former-commit-id: d6d30517f3427e503a405ac79ca7a148f09c1b2b --- build/scripts/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/common.lua b/build/scripts/common.lua index e7d4929c5..66aa12513 100644 --- a/build/scripts/common.lua +++ b/build/scripts/common.lua @@ -995,7 +995,7 @@ end function NazaraBuild:SetupExampleTable(infoTable) self:SetupInfoTable(infoTable) - infoTable.Directory = "../example/bin" + infoTable.Directory = "../examples/bin" infoTable.Kind = "application" end