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
I agree to follow the code of conduct that this project uses.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
6.1.1
Electron version
v22.3.6
Operating system
Linux Mint 21.1 (build machine), Raspberry Pi OS based on debian 11 (install target)
Last known working Electron Forge version
No response
Expected behavior
Able to install forge-made .deb on stable Debian without errors.
I think ideally that compression method should be exposed as a configuration option.
Or possibly some way to say which debian release you are building for, where each release could have different defaults for compression or any other incompatibility differences?
Actual behavior
$ sudo dpkg -i ./pod-controller-app_1.0.4_amd64.deb
dpkg-deb: error: archive './pod-controller-app_1.0.4_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive ./pod-controller-app_1.0.4_amd64.deb (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
./pod-controller-app_1.0.4_amd64.deb
Steps to reproduce
As far as I can tell, trying to install a deb from electron-forge on any Debian 11 based distro.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hi all, I have same issue (via workflows) as OP and I see this this has been close in #3301 can you now add compression to maker/deb which seems to use electron-installer-debian? or would i need to use electron-installer-debian directly ?
Pre-flight checklist
Electron Forge version
6.1.1
Electron version
v22.3.6
Operating system
Linux Mint 21.1 (build machine), Raspberry Pi OS based on debian 11 (install target)
Last known working Electron Forge version
No response
Expected behavior
Able to install forge-made
.deb
on stable Debian without errors.I think ideally that compression method should be exposed as a configuration option.
Or possibly some way to say which debian release you are building for, where each release could have different defaults for compression or any other incompatibility differences?
Actual behavior
Steps to reproduce
As far as I can tell, trying to install a deb from electron-forge on any Debian 11 based distro.
Additional information
No response
The text was updated successfully, but these errors were encountered: