]> wimlib.net Git - wimlib/blobdiff - tools/make-releases
Rename make-windows-release to windows-build.sh
[wimlib] / tools / make-releases
index 1e0f736578816e8d2c546db308ef8796f6808541..bf61c34579d98237747a44e6df6d7340e50d9959 100755 (executable)
@@ -17,5 +17,5 @@ libdeflate-gunzip $gzfile
 libdeflate-gzip -12 $tarfile
 
 for arch in i686 x86_64; do
-       ./tools/make-windows-release --arch=$arch --include-docs --zip
+       ./tools/windows-build.sh --arch=$arch --include-docs --zip
 done