Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
this worked for me, i can't believe they still haven't fixed this yet. the following powershell script will rename all of the necessary files in one command: Get-ChildItem -recurse -name | ForEach-Object { Move-Item $_ $_.replace("@2x", "") }