[feat] [v2] [macOS] Move hidden files/folder out of DMG window's view
Describe the problem
This is a low priority request and is same as something discussed in electron-userland/electron-builder#1121. If users have AppleShowAllFiles on in Finder, the hidden files/folders in DMG window would show and be placed improperly as the following image shows.
Describe the solution you'd like
The intuitive solution would be moving any file/folder with a name starting with a dot to a position out of DMG window by giving larger x value and y value than DMG window's width and height respectively. Electron did this by maintaining a list of hidden files/folders internally. I personally think it is good enough but I am not sure if anyone would want some customization in this. Feel free to share any use case of customization or any alternative solution.
Alternatives considered
No response
Additional context
No response