Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Appimage to the build artifacts #587

Open
flux242 opened this issue Jan 30, 2024 · 0 comments
Open

Add Appimage to the build artifacts #587

flux242 opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@flux242
Copy link

flux242 commented Jan 30, 2024

this recipe expresslrs-configurator.yml file (based on focal) will create an Appimage from a expresslrs-configurator_1.6.1_amd64.deb package:

# You can easily make your own using this recipe like this on a Debian/Ubuntu system:
# wget -c "https://github.com/AppImage/AppImages/raw/master/pkg2appimage"
# bash -ex pkg2appimage expresslrs-configurator.yml

app: expresslrs-configurator

ingredients:
  dist: focal
  sources: 
    - deb http://us.archive.ubuntu.com/ubuntu/ focal main universe
  debs:
    - "$(pwd)"/expresslrs-configurator_1.6.1_amd64.deb
script:
  - cat > ./AppRun <<\HEREDOC
  - #!/bin/sh
  - HERE=$(dirname $(readlink -f "${0}"))
  - export LD_LIBRARY_PATH="${HERE}"/usr/lib:$PATH
  - exec ${HERE}/opt/ExpressLRS\ Configurator/expresslrs-configurator "$@"
  - HEREDOC
  - chmod a+x ./AppRun
  - cp ./usr/share/icons/hicolor/48x48/apps/expresslrs-configurator.png expresslrs-configurator.png
@flux242 flux242 added the enhancement New feature or request label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant