From 15ec13d029b2bee80c319f20432a4e624e0c0e39 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 23 Jan 2006 18:44:50 +0000 Subject: [PATCH] Fix golded/lnx binary names --- dist-gpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-gpl.sh b/dist-gpl.sh index 043dd8c..c925ee8 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -10,7 +10,7 @@ name=../gpl115-${date}.zip sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h -files="bin/gedlnx.exe bin/gnlnx.exe bin/rddtlnx.exe" +files="bin/gedlnx bin/gnlnx bin/rddtlnx" files="${files} docs/copying docs/copying.lib" files="${files} docs/golded.html docs/golded.txt docs/goldnode.html" files="${files} docs/goldnode.txt docs/license.txt docs/notework.txt"