remove duplicate dots at the end of a filename

Hi guys, i want to remove duplicate dots at the end of a filename with the application Hazel.
The file extension are different: zip / mp3 / jpg
A sample:
to change
thx
The file extension are different: zip / mp3 / jpg
A sample:
- Code: Select all
archive..zip
to change
- Code: Select all
archive.zip
thx