Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arantes555/electron-builder-issue8351
Repro case for electron-builder's issue 8351
https://github.com/arantes555/electron-builder-issue8351
Last synced: about 1 month ago
JSON representation
Repro case for electron-builder's issue 8351
- Host: GitHub
- URL: https://github.com/arantes555/electron-builder-issue8351
- Owner: arantes555
- Created: 2024-07-24T21:45:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:16:41.000Z (5 months ago)
- Last Synced: 2024-10-16T22:23:19.122Z (3 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Readme
Reproduction of issue 8351
How to reproduce:
- Run `npm i`.
- Run `npm run release`.
- Start `./releases/ElectronBuilderRepro8351-1.0.0-x86_64.AppImage`. The app starts correctly.
- Edit `package.json` to update `electron-builder` to `25.0.2`.
- Run `npm i`.
- Run `npm run release`.
- Start `./releases/ElectronBuilderRepro8351-1.0.0-x86_64.AppImage`. The app does not start correctly, with error :
```
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_shall_not_be_integrated : sqfs_open_image error: DIRECTORY/electron-builder-issue8351/releases/ElectronBuilderRepro8351-1.0.0-x86_64.AppImage
AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1)
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_is_terminal_app : sqfs_open_image error: DIRECTORY/electron-builder-issue8351/releases/ElectronBuilderRepro8351-1.0.0-x86_64.AppImage
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
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
```