LinusU / node-appdmg

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

Upgrade `capture-window` to v0.2.0 to fix issue with old `fs-temp` dependency #242

Open jozefizso opened 3 months ago

jozefizso commented 3 months ago

This enables the appdmg to work correctly on modern NodeJS runtimes. The fs-temp dependency requires this fix https://github.com/LinusU/fs-temp/pull/3.

The capture-window v0.2.0 includes fixed fs-temp and also changes the captureWindow function to be async.