LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.7k stars 152 forks source link

icon position caching? #116

Closed ghost closed 7 years ago

ghost commented 8 years ago

Is there some kind of caching going on of DMG positioning? I've change the x and y coordinates but newly created DMG's have the exact same icon position as before.

(and yes i ejected old DMG first).

develar commented 8 years ago

Original issue: https://github.com/electron-userland/electron-builder/issues/522

LinusU commented 8 years ago

There is no caching going on in appdmg. Can you reproduce this using only appdmg, and not electron builder?

develar commented 8 years ago

@kunkinkan Please set env DEBUG to electron-builder and attach log here.

Cha-cho commented 8 years ago

I encountered this problem after repeatedly building then deleting the image. Quitting and restarting the Finder revealed that there was a DMG on my desktop that was previously hidden.

cstruct commented 7 years ago

Closing as @kunkinkan hasn't responded in over a year.