Build: Fix typo
Former-commit-id: 5037b445f99a56806ef1b512e603e83b1fd717aa [formerly 80d13514491997daabb265e22aaa6738ecb12c0c] Former-commit-id: 4bb75843b3b70ce460594b01e89205efde53686d
This commit is contained in:
parent
0cc1986460
commit
f36eec7346
|
|
@ -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