Skip to content

Files

Latest commit

13dbf04 · Mar 12, 2025

History

History

package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 28, 2024
Mar 12, 2025
Jul 25, 2024
May 18, 2018
Sep 11, 2019
May 18, 2018
May 18, 2018
Jul 25, 2024
Apr 19, 2022

MDBCI packaging as AppImage

This directory contains a set of scripts that allow to package MDBCI tool as the AppImage executable.

In order to package the AppImage you should install Docker and run the build.sh passing the version number to apply. The version is passed as the first parameter to the script. The script packages current state of MDBCI code base into the AppImage. The resulting application can be found in build/out subdirectory.

The purpose of the files in the directory is the following:

  • build.sh controls the whole build process.
  • mdbci.desktop is required to build AppImage, it specifies the name of the executable and the name of the icon to use in the AppImage.
  • mdbci.png is the icon that will be used in the AppImage.
  • mdbci.sh is script that runs during the packaging procedure.
  • ruby.appimage is the generalized set of scripts to create AppImage for Ruby application on the local host and inside the Docker image.