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:
authorNik Reist <zeroability@tutanota.com>2020-12-15 23:01:30 +0300
committerNik Reist <zeroability@tutanota.com>2020-12-15 23:01:30 +0300
commit6a416ab1a6037028400ee071e2fb6a93fd930983 (patch)
treec0878cd2d99d977c236c6788b41b5273ea097ea2 /installer
parentc3c34e58ccc46ad3f04bb7901f9154809672d91f (diff)
FIX(installer) Remove ini file
Since the ini file would be removed or overwritten by installs, upgrades, and uninstalls it should be created at app runtime or manually copied to the install path after install.
Diffstat (limited to 'installer')
-rw-r--r--installer/ServerInstaller.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/ServerInstaller.cs b/installer/ServerInstaller.cs
index ff40f7008..033514590 100644
--- a/installer/ServerInstaller.cs
+++ b/installer/ServerInstaller.cs
@@ -17,7 +17,6 @@ public class ServerInstaller : MumbleInstall {
string upgradeGuid = "03E9476F-0F75-4661-BFC9-A9DAEB23D3A0";
string[] binaries = {
"murmur.exe",
- "murmur.ini",
"Murmur.ice"
};