changeset 59:423d2383a605

Copy / convert COPYING file to CRLF line endings format in the target.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Apr 2017 02:16:48 +0300
parents c20170c20c33
children d7a2a48ebe24
files build-win32.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 }