Fix incorrect path to scripts/install.sh in lua docs build script
This commit is contained in:
@@ -9,7 +9,7 @@ try {
|
||||
Copy-Item -Path ./js/. -Destination ./build -Recurse -Force | Out-Null
|
||||
|
||||
if ((Get-Command "lua_modules/bin/ldoc" -ErrorAction SilentlyContinue) -eq $null) {
|
||||
echo "ldoc not found; please run docs/scripts/install.ps1"
|
||||
echo "ldoc not found; please run scripts/install.ps1"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user