I'm trying to create a .deb Linux installer for my...
# compose-desktop
s
I'm trying to create a .deb Linux installer for my compose desktop app, but when I run
udo dpkg -i myapp_1.0.0-1_amd64.deb
I get an error saying "dpkg (subprocess): cannot set security execution context for maintainer script: Invalid argument". I'm able to create Mac and Windows installers. I'm on a Fedora 38 machine when I build the distribution. Does anyone have any insight into what might be wrong?
m
Sounds SELinux related.