From a7418e5a52977df4d415dd1e2c1bba9cf515bec4 Mon Sep 17 00:00:00 2001 From: Lymia Aluysia Date: Tue, 31 Oct 2017 16:20:58 -0500 Subject: [PATCH] Fixed typo. --- make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-release.sh b/make-release.sh index cfa75e0f..4ec5e9eb 100755 --- a/make-release.sh +++ b/make-release.sh @@ -16,7 +16,7 @@ for i in thanm thecl thdat thmsg; do echo $i groff -mdoc -Tutf8 $i/$i.1 | perl -pe 's/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath/README.$i.txt cp build/$i/RelWithDebInfo/$i.exe $releasepath/ - cp build/$i/RelWithDebInfo/$i.exe $releasepath-pdbs/ + cp build/$i/RelWithDebInfo/$i.pdb $releasepath-pdbs/ done cp build/thtk/RelWithDebInfo/thtk.dll $releasepath/ cp build/thtk/RelWithDebInfo/thtk.pdb $releasepath-pdbs/