nuclide-ds: Don't specify -manifest any longer

This commit is contained in:
Marco Hladik 2021-02-07 08:20:08 +01:00
parent 8085ae6db8
commit 87f799914c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SCRPATH="$( cd "$( dirname $(readlink -nf $0) )" && pwd )"
PATH="$SCRPATH"/bin:"$PATH"
if [ -f "$SCRPATH"/bin/fteqw-sv ]; then
fteqw-sv -manifest valve.fmf $*
fteqw-sv $*
else
printf "Engine is not present, please run build_engine.sh\n"
fi