1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-30 22:54:03 +00:00

deploy Character Info names table (#82)

This commit is contained in:
mintty
2018-04-02 23:35:40 +02:00
parent 65553b90ef
commit b8330e46d8
3 changed files with 8 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ mintty-build:
cp mintty-$(minttyver)/LICENSE LICENSE.mintty
cd mintty-$(minttyver)/lang; zoo a lang *.po; mv lang.zoo ../../
cd mintty-$(minttyver)/themes; zoo a themes *[!~]; mv themes.zoo ../../
# add charnames.txt to support "Character Info"
cd mintty-$(minttyver)/src; sh ./mknames
cp mintty-$(minttyver)/src/charnames.txt .
cygwin:
mkdir -p bin
@@ -144,6 +147,7 @@ cop: ver
cp bin/zoo.exe rel/
cp lang.zoo rel/
cp themes.zoo rel/
cp charnames.txt rel/
cp bin/wslbridge.exe rel/
cp bin/wslbridge-backend rel/
cp LICENSE.* rel/