mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-09 22:48:27 +00:00
1. Fix (broken since 2016): Notifications broken by lambda constructor 2. Fix: `--processEnvs` broken by additional processEnvs object, the result was: `processEnvs: {processEnvs: {...}}` which caused the conversion of the inner object into string `[object Object]`, no nesting allowed there probably. Compatibility introduced. 3. Fix: package.json missing `prepare` (or even prepublish), which breaks using as git dependency.