]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/demopacker.sh
Add -nocrashdialog to scripts that automate a game session, to ensure they are not...
[xonotic/xonotic.git] / misc / tools / demopacker.sh
index 068478ac3f3cf7e1f860669d8db3c49a6a9ffa80..9b424226314de33f4f480955c86997d8867f94e5 100755 (executable)
@@ -8,7 +8,7 @@ demobase=${demo##*/}
 
 cp "$demo" data/"$demobase"
 
-USE_RLWRAP=no strace -qo strace.txt -f -e trace=open ./all run -nohome -readonly -forceqmenu -window "$@" -demo "$demobase"
+USE_RLWRAP=no strace -qo strace.txt -f -e trace=open ./all run -nohome -readonly -forceqmenu -window -nocrashdialog "$@" -demo "$demobase"
 
 allfiles()
 {