mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-06 03:17:39 +00:00
Include line numbers in autobuild/beta qc crashes
This commit is contained in:
parent
24a9e8b3ef
commit
4211ab400e
@ -392,6 +392,10 @@ case "$cmd" in
|
||||
verbose cp ../source/progs.dat .
|
||||
verbose cp ../source/csprogs.dat .
|
||||
verbose cp ../source/menu.dat .
|
||||
# Include line numbers in qc errors
|
||||
verbose cp ../source/progs.lno .
|
||||
verbose cp ../source/csprogs.lno .
|
||||
verbose cp ../source/menu.lno .
|
||||
verbose rm -rf qcsrc
|
||||
getversion .
|
||||
case "$RELEASETYPE" in
|
||||
|
Loading…
Reference in New Issue
Block a user