Build: Fix typo
Former-commit-id: c6e701b0d0d00de1eb3c4d56dda0d9e91b06e269 [formerly 0edba6686872452fef0254c062dbc437f1d7c84c] Former-commit-id: d6d30517f3427e503a405ac79ca7a148f09c1b2b
This commit is contained in:
parent
b30faa83ca
commit
3ab0192300
|
|
@ -995,7 +995,7 @@ end
|
|||
function NazaraBuild:SetupExampleTable(infoTable)
|
||||
self:SetupInfoTable(infoTable)
|
||||
|
||||
infoTable.Directory = "../example/bin"
|
||||
infoTable.Directory = "../examples/bin"
|
||||
infoTable.Kind = "application"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue