zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 1 forks source link

Support gui scripts #20

Open analog-cbarber opened 10 months ago

analog-cbarber commented 10 months ago

Conda currently doesn't support GUI scripts:

https://github.com/conda/conda/issues/9951

It might be possible for whl2conda to add a post-install script to fix this as described in the bug comments.