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
AgeCommit message (Collapse)Author
2021-07-15BUILD(installer): Add file assoc. for plugin-filesRobert Adam
This allows to install .mumble_plugin bundles simply by double- clicking on them in the explorer.
2021-06-02BUILD(installer): Include binaries only if builtRobert Adam
The overlay binaries were expected to be present in any case when the installer was built. Same goes for the g15-helper binary. This commit makes sure these binaries are only included if the respective feature was actually built before. Fixes #5058
2021-06-02REFAC: Use List instead of static arrayRobert Adam
Co-Authored-By: Nik Reist <zeroability@tutanota.com> Co-Authored-By: Jan Klass <kissaki@posteo.de>
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
This was done by running scripts/updateLicenseHeaders.py and then manually editing the LICENSE file.
2021-02-08FIX(installer): Change version regex so that it accepts multiple digitsDavide Beatrici
Now that we reached build number 10 the current expression is not valid anymore. As a result, the version is not set and the build fails. This commit rewrites the regex so that it accepts multiple digits and is also shorter. Co-Authored-By: Jan Klass <kissaki@posteo.de>
2021-01-23BUILD(installer): Include g15-helperRobert Adam
Fixes #4708
2021-01-10FEAT(installer): Add support for snapshot buildsNik Reist
This commit: - Adds null checks and error messages for "--arch" and "--version" to WixSharp projects. - Sets cabinet file name to "Mumble.cab", for consistency with our previous installers. - Cleans up ClientInstaller. - Fixes regex patterns for string input safety and to simplify conditions.
2020-12-12REFAC(installer-msi) Simplify WiX component installNik Reist
Remove CPack and previous WiX installer projects and sources Add toolset and for WixSharp to facilitate client and server builds individually or collectively. Add multilanguage build with packaging=ON and translations=ON, and standard build with packaging=ON. Builds are also aware of client and server option settings. Add correct LICENSE to installer