AppImage build seems corrupted
See original GitHub issue- Electron-Builder Version: 23.0.0-alpha.2
- Node Version: 16.13.1
- Electron Version: 17.0.0
- Electron Type (current, beta, nightly): current
- Target: AppImage
I’m using the alpha version because I was running into #6563 .
This seems to be an issue with electron 17.x, if I roll back to 16.0.8 then it builds and runs fine. I’m building on Arch Linux targeting AppImage. The build runs fine, but when I try to run it I get the following output:
$ electron-builder --publish never
• electron-builder version=23.0.0-alpha.2 os=5.15.19-1-lts
• loaded configuration file=/home/mscharley/Code/mscharley/app/electron-builder.yml
• writing effective config file=dist/builder-effective-config.yaml
• packaging platform=linux arch=x64 electron=17.0.0 appOutDir=dist/linux-unpacked
• building target=AppImage arch=x64 file=dist/app-0.1.0.AppImage
• default Electron icon is used reason=application icon is not set
$ ./dist/app-0.1.0.AppImage
Squashfs image uses (null) compression, this version supports only xz, zlib.
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
open dir error: No such file or directory
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11
Top Results From Across the Web
appimagetool: Prevent AppImages from being created if ...
Many AppImages get made using too new ingredients (and not bundling everything), resulting in those AppImages not being able to run on all ......
Read more >isn't AppImage just as bad as an EXE? : r/linux4noobs - Reddit
I haven't tried to install an AppImage yet is because I find it to ... I assume people just build there own appimage...
Read more >AppImage : Blessing or Security Risk? - PCLinuxOS
It seems that AppImage is a blessing. ... I tried to create an appimage for one of my application on pclinuxos and it...
Read more >Integrate AppImages To Application Menu Using ... - OSTechNix
This guide explains what is AppImageLauncher and how to integrate AppImages to application menu using AppImageLauncher utility in Linux.
Read more >Krita Appimage for cats - David Revoy
Tired to build from source only for using Krita? ... Appimages is a technology designed for GNU/Linux. An Appimage is an application that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still an issue with the final release of electron-builder 23.0.0 when building against either electron 17.0.1 or 16.0.9.
@mmaietta I think you forgot to hit close on that comment.