Build: Fix typo

Former-commit-id: 5037b445f99a56806ef1b512e603e83b1fd717aa [formerly 80d13514491997daabb265e22aaa6738ecb12c0c]
Former-commit-id: 4bb75843b3b70ce460594b01e89205efde53686d
This commit is contained in:
Lynix 2016-06-12 12:46:56 +02:00
parent 0cc1986460
commit f36eec7346
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ end
function NazaraBuild:SetupExampleTable(infoTable)
self:SetupInfoTable(infoTable)
infoTable.Directory = "../example/bin"
infoTable.Directory = "../examples/bin"
infoTable.Kind = "application"
end