Open jozefizso opened 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.
appdmg
fs-temp
The capture-window v0.2.0 includes fixed fs-temp and also changes the captureWindow function to be async.
capture-window
captureWindow
This enables the
appdmg
to work correctly on modern NodeJS runtimes. Thefs-temp
dependency requires this fix https://github.com/LinusU/fs-temp/pull/3.The
capture-window
v0.2.0 includes fixedfs-temp
and also changes thecaptureWindow
function to be async.