CVRX icon indicating copy to clipboard operation
CVRX copied to clipboard

AppImage for linux.

Open hanetzer opened this issue 1 year ago • 4 comments

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.

hanetzer avatar Dec 25 '24 15:12 hanetzer

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

Malthbern avatar Jun 01 '25 13:06 Malthbern

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.

hanetzer avatar Jun 02 '25 18:06 hanetzer

I need to set up some Linux VMs for testing but I'll see what I can do.

AstroDogeDX avatar Jul 07 '25 10:07 AstroDogeDX

if a linux specific build is complex, proton or wine support would be nice too

SolacianAllie avatar Jul 27 '25 17:07 SolacianAllie