We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b047d2a commit a7418e5Copy full SHA for a7418e5
make-release.sh
@@ -16,7 +16,7 @@ for i in thanm thecl thdat thmsg; do
16
echo $i
17
groff -mdoc -Tutf8 $i/$i.1 | perl -pe 's/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath/README.$i.txt
18
cp build/$i/RelWithDebInfo/$i.exe $releasepath/
19
- cp build/$i/RelWithDebInfo/$i.exe $releasepath-pdbs/
+ cp build/$i/RelWithDebInfo/$i.pdb $releasepath-pdbs/
20
done
21
cp build/thtk/RelWithDebInfo/thtk.dll $releasepath/
22
cp build/thtk/RelWithDebInfo/thtk.pdb $releasepath-pdbs/
0 commit comments