1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 20:10:58 +00:00

align install file names for better sorting in release area

This commit is contained in:
mintty 2020-12-20 00:00:00 +01:00
parent 38b8a5e93d
commit 2cd6d190d6

View File

@ -278,7 +278,7 @@ cop: copcab
installer: cop installer: cop
# prepare build of installer # prepare build of installer
rm -f rel/wsltty-$(ver)-install-$(arch).exe rm -f rel/$(CAB)-install.exe
sed -e "s,%version%,$(ver)," -e "s,%arch%,$(arch)," makewinx.cfg > rel/wsltty.SED sed -e "s,%version%,$(ver)," -e "s,%arch%,$(arch)," makewinx.cfg > rel/wsltty.SED
# build installer # build installer
cd rel; iexpress /n wsltty.SED cd rel; iexpress /n wsltty.SED