mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 18:51:39 +00:00
do not truncate dds files :(
This commit is contained in:
parent
38a7ac1420
commit
a780c8749a
@ -88,6 +88,6 @@ esac
|
||||
|
||||
if [ -n "$fourcchack" ]; then
|
||||
# use dd to hack in the right FOURCC
|
||||
echo -n "$fourcchack" | dd of="$dst" bs=1 count=4 seek=84
|
||||
echo -n "$fourcchack" | dd of="$dst" bs=1 count=4 seek=84 conv=notrunc
|
||||
rm -rf "$fourcchack_dir"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user