diff build-win32.sh @ 235:20ce1339f36b

Remove text format copyright / license information in favour of the "HTML" formatted one.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 18:36:55 +0300
parents 07e7f254ef16
children f65e0de45c2b
line wrap: on
line diff
--- a/build-win32.sh	Wed Apr 11 12:42:11 2018 +0300
+++ b/build-win32.sh	Mon May 07 18:36:55 2018 +0300
@@ -51,7 +51,7 @@
     done
 
     cp -f "$BUILDPATH/Syntilista.exe" "$TARGET"
-    unix2dos -n "COPYING" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt"
+    unix2dos -n "COPYING.html" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt"
     rm -f "$TMPFILE"
     return 0
 }