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-27 17:17:01 +0300
committerRobert Adam <dev@robert-adam.de>2021-07-09 16:48:48 +0300
commitdbdb30fcc032e248a77a8bec9dc7ab6d97bb5c7a (patch)
treed118fb9da48bb8e86c61009750766c638bf96b92 /src/mumble/mumble_lt.ts
parentfc54b2504205e805dbb24ecf9c08d763165d8cc6 (diff)
FIX(client): Issues when updating installed plugins
The first issue was that the old plugin would simply get overwritten without at least warning the user that such a thing will take place. With this commit this is still not guaranteed as plugins can be installed in different directories in which case no warning is emitted (the user will end up with two versions of the plugin installed in parallel). The second issue was that if a plugin was loaded while it is being updated, on some OS (e.g. Windows) the corresponding library file is locked and can thus not be overwritten. Therefore plugins are now explicitly cleared before an overwrite is attempted.
Diffstat (limited to 'src/mumble/mumble_lt.ts')
0 files changed, 0 insertions, 0 deletions