package-win32.sh: ensure that we copy the COPYRIGHT file over to the Win32 binary package.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-05 20:51:35 +08:00
parent d55f45c7ff
commit 5fc5745de0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ -d $name ]; then
fi
mkdir $name || exit 1
cp -r resty nginx.exe luajit.exe lua51.dll lua include lualib html conf logs $name/ || exit 1
cp COPYRIGHT $name/
cp COPYRIGHT $name/ || exit 1
cp /c/MinGW/bin/libgcc_s_dw2-1.dll $name/ || exit 1
cd $name || exit 1
PATH=/c/Strawberry/perl/bin:$PATH cmd /c 'pl2bat.bat resty' || exit 1