LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.67k stars 151 forks source link

DMG packed successfully, but it doesn't seem to be packaged correctly #195

Closed SilenceWater closed 3 years ago

SilenceWater commented 3 years ago

The script generated DMG successfully. After downloading, the user found that the DMG size was only a few megabytes, but our app should have dozens of megabytes. We look forward to hearing from you soon

cstruct commented 3 years ago

I'm pretty sure the generated DMG uses zlib compression so a decreased file size is expected. Can you extract the app from the DMG and does it work?