This commit is contained in:
Wengier
2021-05-31 17:04:40 -04:00
parent 92838aa63b
commit 5861891791
3 changed files with 4 additions and 1 deletions

View File

@@ -1,2 +1,4 @@
#!/bin/bash
src/dosbox-x -defaultconf -defaultdir . -silent -c 'config -ln "English (United States)" -wl contrib/translations/en/en_US.lng' || exit 1
exit 0