AppImage / appimagetool

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

Try to use system-provided CA certificate bundles #32

Closed TheAssassin closed 1 year ago

TheAssassin commented 1 year ago

Fixes #24. Replaces #29.

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