Skip to content

Commit a7418e5

Browse files
committed
Fixed typo.
1 parent b047d2a commit a7418e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for i in thanm thecl thdat thmsg; do
1616
echo $i
1717
groff -mdoc -Tutf8 $i/$i.1 | perl -pe 's/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath/README.$i.txt
1818
cp build/$i/RelWithDebInfo/$i.exe $releasepath/
19-
cp build/$i/RelWithDebInfo/$i.exe $releasepath-pdbs/
19+
cp build/$i/RelWithDebInfo/$i.pdb $releasepath-pdbs/
2020
done
2121
cp build/thtk/RelWithDebInfo/thtk.dll $releasepath/
2222
cp build/thtk/RelWithDebInfo/thtk.pdb $releasepath-pdbs/

0 commit comments

Comments
 (0)