summaryrefslogtreecommitdiff
path: root/pkg/launcher/README.rst
blob: 9a840dec2f234e293be554b0b362b88bc49e9311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bitmask-launcher.c
------------------

A small, portable launcher for bitmask bundles.

Problem that solves
-------------------
PyInstaller bundles leave everything (libs, data and the main binary) in a
single folder. In a case like ours, there are too many files cluttering this
top-most folder.

We wanted to have a cleaner folder, with an obviously clickable entrypoint, that
calls the binary that hides in an inferior folder.