Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Oct 31, 2017
1 parent b047d2a commit a7418e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a7418e5

Please sign in to comment.