add -silent option

This commit is contained in:
Wengier
2020-10-27 22:36:11 -04:00
parent c98b2723b2
commit e12362e261
4 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
src/dosbox-x -defaultconf -defaultdir . -exit -fastlaunch -c 'config -wcp dosbox-x.reference.conf' -c 'config -all -wcp dosbox-x.reference.full.conf' -c 'config -setup -wcp contrib/windows/installer/dosbox-x.reference.setup.conf' || exit 1
src/dosbox-x -defaultconf -defaultdir . -silent -c 'config -wcp dosbox-x.reference.conf' -c 'config -all -wcp dosbox-x.reference.full.conf' -c 'config -setup -wcp contrib/windows/installer/dosbox-x.reference.setup.conf' || exit 1
# Convert to Unix format if needed
dos2unix dosbox-x.reference.conf