You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: drop fakeroot, default to xz compression, update package defaults for modern distros (#375) (e9b94c2)
Features
publish releases with semantic-release and npm trusted publishing (#376) (6fe32a1)
BREAKING CHANGES
Packages are built with dpkg-deb --root-owner-group instead of fakeroot, which requires dpkg 1.19.0 or newer. The default compression is now always xz, and the default package dependencies have been updated for modern distributions.
electron-installer-debian is now an ES module. Load it with import; CommonJS consumers on Node.js >= 22.12 can use require('electron-installer-debian').default.