conda / constructor

tool for creating installers from conda packages
https://conda.github.io/constructor/
Other
457 stars 168 forks source link

Improve standalone executable type detection and handling #864

Closed marcoesters closed 4 days ago

marcoesters commented 2 weeks ago

Description

This PR implements several improvements for how constructor detects and handles which kind of standalone (conda-standalone, micromamba, etc.) executable is used:

Checklist - did you ...