AppImage for linux.
Hey. not a node guy but I made it work. Someone who knows how to do it 'right' can prolly figure it out.
what I did:
npm add --dev https://github.com/Marcus10110/electron-forge-maker-appimage.git
and added this to forge.config.js's makers array:
{
name: 'electron-forge-maker-appimage',
platforms: ['linux'],
},
Removed all the other linux build makers because I have no idea how to invoke a single build of appimage and I don't have deb or rpm on my system.
works fine enough, you can also just use debtab if you're using an arch distro if you care enough to not use an appimage
works fine enough, you can also just use debtab if you're using an arch distro if you care enough to not use an appimage
gentoo, so yeh. and I'm not a node person lol. Technique still works with current git HEAD, and lemme say, update looks swanky.
I need to set up some Linux VMs for testing but I'll see what I can do.
if a linux specific build is complex, proton or wine support would be nice too