AppImage / appimagetool

A low-level tool to generate an AppImage from an existing AppDir
58 stars 11 forks source link

Try to use system-provided CA certificate bundles #32

Closed TheAssassin closed 11 months ago

TheAssassin commented 12 months ago

Fixes #24. Replaces #29.

This PR bumps the C++ standard requirement to C++20 so we can use std::array more easily.