Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-06-13 21:13:03 +0300
committerRobert Adam <dev@robert-adam.de>2021-06-15 10:22:20 +0300
commit1ec6507044ec73ac6f007d654941a92ff24770b0 (patch)
tree51fcdbe272fbd7d1266545addda7b380dbe3d271 /src/mumble/mumble_lt.ts
parentfd8e6dbe5d930317b5778abd9010b8c3a15cc983 (diff)
FIX(client): Ambiguity in plugin installer
Previously the plugin installer attempted to select the correct plugin binary by its file extension but it turns out that this is not a unique choice (e.g. .so is supported on macOS and on Linux). Therefore this commit introduces a mandatory manifest file that is to be present in plugin bundles that contains the mapping for which binary to use on which OS and for which architecture. Because a plugin bundle now has to follow such a strict format, it is now also mandatory for the bundle to have the file extension .mumble_plugin (previously .zip was allowed as well).
Diffstat (limited to 'src/mumble/mumble_lt.ts')
0 files changed, 0 insertions, 0 deletions