From ada58bc37be83d0ddf6e32abf645ef8aaecd361d Mon Sep 17 00:00:00 2001 From: leca Date: Mon, 6 May 2024 20:46:55 +0300 Subject: [PATCH] AppImageBuilder.yml --- AppImageBuilder.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 AppImageBuilder.yml diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml new file mode 100644 index 0000000..c57ff5c --- /dev/null +++ b/AppImageBuilder.yml @@ -0,0 +1,39 @@ +# appimage-builder recipe see https://appimage-builder.readthedocs.io for details +version: 1 +AppDir: + path: /home/leca/rust/learn-hieroglyph/AppDir + app_info: + id: org.foxarmy.learn-hieroglyphs + name: Learn hieroglyphs + icon: application-vnd.appimage + version: latest + exec: usr/bin/learn-hieroglyph + exec_args: $@ + files: + include: + - /lib64/ld-linux-x86-64.so.2 + exclude: + - usr/share/man + - usr/share/doc/*/README.* + - usr/share/doc/*/changelog.* + - usr/share/doc/*/NEWS.* + - usr/share/doc/*/TODO.* + test: + fedora-30: + image: appimagecrafters/tests-env:fedora-30 + command: ./AppRun + debian-stable: + image: appimagecrafters/tests-env:debian-stable + command: ./AppRun + archlinux-latest: + image: appimagecrafters/tests-env:archlinux-latest + command: ./AppRun + centos-7: + image: appimagecrafters/tests-env:centos-7 + command: ./AppRun + ubuntu-xenial: + image: appimagecrafters/tests-env:ubuntu-xenial + command: ./AppRun +AppImage: + arch: x86_64 + update-information: guess