2 Star 7 Fork 3

qdzhaov / mintty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make_release 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhao Wei 提交于 2023-05-11 14:06 . fix some bug
#!/bin/bash
VER=`cat VERSION`;
reldir=../mintty-$VER;
vcp(){
mkdir -p $reldir/$2
cp $1 $reldir/$2/$3
}
set -v
vcp cygwin/minttyrc etc
vcp bin/mintty.exe bin
vcp tools/mintheme bin
vcp LICENSE share/doc/mintty
vcp LICENSE.GPL share/doc/mintty
vcp LICENSE.Oxygen share/doc/mintty
vcp LICENSE.PuTTY share/doc/mintty
vcp LICENSE.bundling share/doc/mintty
vcp cygwin/README share/doc/mintty
vcp cygwin/setup.hint share/doc/mintty
vcp docs/mintty.1 share/man/man1
vcp tools/getemojis share/mintty/emojis
vcp icon/\*.ico share/mintty/icon
vcp lang/\*.po share/mintty/lang
vcp sounds/\*.wav share/mintty/sounds
vcp themes/\* share/mintty/themes
gzip -rf $reldir/share/man
strip $reldir/bin/mintty.exe
C
1
https://gitee.com/qdzhaov/mintty.git
git@gitee.com:qdzhaov/mintty.git
qdzhaov
mintty
mintty
master

搜索帮助