]> wimlib.net Git - wimlib/blob - make-releases
win32_apply.c: Try to remove/rename conflicting short names
[wimlib] / make-releases
1 #!/bin/bash
2
3 set -e -u
4
5 ./configure && make distcheck
6 for arch in i686 x86_64; do
7         ./make-windows-release ${arch}
8 done