]> git.xonotic.org Git - xonotic/xonotic.git/blob - nix-build.sh
Fix map autoscreenshot script taking all screenshots from the same position, and...
[xonotic/xonotic.git] / nix-build.sh
1 #!/bin/sh
2 set -euo pipefail
3 cd ${0%/*}
4 export VERSION_data_xonotic_data_pk3dir=$(cd $PWD/data/xonotic-data.pk3dir && git describe --tags --dirty --long --always)
5 exec nix-build $@