Skip to content

Version 2.0. Stable release.

Latest
Compare
Choose a tag to compare
@lRespublica lRespublica released this 02 Nov 15:46

CHANGES:

The assembly mechanism has been changed:

  • Now AppImage includes all libraries on which the package being built directly or indirectly depends.
  • Supports building of serious packages such as kdenlive.
  • Changed structure of docker images.
  • Developed a unified code style

Program structure changed:

  • Unified work with different types of packages.
  • Removed monster files "conversion-RPM.sh" and "conversion-DEB.sh", now their functionality is contained in "conversion.sh".
  • Added unpacking mechanism with dependencies - "unpack.sh".