# HG changeset patch # User Matti Hamalainen # Date 1491607008 -10800 # Node ID 423d2383a605a04f20e3cc470d2cdb062b5ca401 # Parent c20170c20c335685fadc3b8830500b847845b6c3 Copy / convert COPYING file to CRLF line endings format in the target. diff -r c20170c20c33 -r 423d2383a605 build-win32.sh --- a/build-win32.sh Sat Apr 08 02:16:08 2017 +0300 +++ b/build-win32.sh Sat Apr 08 02:16:48 2017 +0300 @@ -39,6 +39,7 @@ done cp -f "$BUILDPATH/Syntilista.exe" "$TARGET" + unix2dos -n "COPYING" "$TARGET/COPYING.txt" return 0 }