deb2appimage icon indicating copy to clipboard operation
deb2appimage copied to clipboard

Build AppImages from deb packages on any distro with simple json configuration

Results 13 deb2appimage issues
Sort by recently updated
recently updated
newest added

Hello, I would like add ppa, official repos of ubuntu and other repo, how to do, my json is: ```json { "buildinfo": [ { "prerun": [ "curl -sL \"file:///home/paul/dvkbuntu-ppa-20.04/dvkbuntu-easy-menu_4.7-0_amd64.deb\" -o...

How to package in case of /opt placed application. And /usr/bin/ contains only shell script to run

The following error is what I get when I try to run the appimage created. `/tmp/.mount_bombonDejS1R/AppRun: line 50: /home/roracle/Applications/usr/bin/bombono-dvd: No such file or directory` Below is the content of my...

Hello, I started to play a bit with your script because I wanted to package Tribler as an appimage and there few issues but globally I arrive to something that...

Excuse me, how will I set up to force all the dependencies of a deb to the generated appimage? I have encountered a separate .deb installation package. After the build,...

Is it possible to run deb2image with a local deb? When I execute deb2appimages, I read a message "permission not allowed" for the prerun bash (failed input) and the script...

While building an appimage with the config file found [here](https://github.com/EthanWeegee/mcpelauncher-deb2appimage/blob/master/config-bionic.json), it will fail to download a seemingly random dependency. [After some time retrying, it will work.](https://pastebin.com/6JdQqi5f)

Would it be possible to be able to dynamically set the APP_VERSION variable? Perhaps in the prerun or postrun, or in the version itself.

Please, how create a setup to Anki 2.0.52? https://apps.ankiweb.net/downloads/archive/anki-2.0.52-amd64.tar.bz2

./deb2appimage.sh --json json/easystroke.json Executing prerun... Downloading dependencies... Download Error! Error while downloading xdg-utils.deb URL: Exit code 3 ``` { "buildinfo": [ { "prerun": [ "curl -sL -o ~/.cache/deb2appimage/debs/easystroke_0.6.0-1ubuntu12_amd64.deb http://openartisthq.org/easystroke/easystroke_0.6.0-1ubuntu12_amd64.deb" ],...