mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-04-01 22:48:12 +00:00
renamed tool to s2tc_compress
This commit is contained in:
parent
f5d0d12e73
commit
2bc85d3c03
@ -91,7 +91,7 @@ case "$tool" in
|
||||
dxt3) f="-t DXT3" ;;
|
||||
dxt5) f="-t DXT5" ;;
|
||||
esac
|
||||
s2tc $f "$@" -i "$src" -o "$dst"
|
||||
s2tc_compress $f "$@" -i "$src" -o "$dst"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user