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 <krzmbrzl@gmail.com>2021-01-22 12:15:55 +0300
committerRobert Adam <krzmbrzl@gmail.com>2021-01-23 22:20:17 +0300
commitb06aa6a11a11dca9807d52c59a89f2f7bfc3ee2c (patch)
tree0929c24e06e5e09e3051fb8723ebdc1ff4892389 /installer
parent4b533dce5252833aad452f2b39bcd1c305a58796 (diff)
BUILD(installer): Include g15-helper
Fixes #4708
Diffstat (limited to 'installer')
-rw-r--r--installer/ClientInstaller.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/installer/ClientInstaller.cs b/installer/ClientInstaller.cs
index 5257247d1..9dac29965 100644
--- a/installer/ClientInstaller.cs
+++ b/installer/ClientInstaller.cs
@@ -89,7 +89,8 @@ public class ClientInstaller : MumbleInstall {
"mumble_ol.dll",
"mumble_ol_helper.exe",
"mumble_ol_helper_x64.exe",
- "mumble_ol_x64.dll"
+ "mumble_ol_x64.dll",
+ "mumble-g15-helper.exe"
};
} else if (arch == "x86") {
// 32 bit
@@ -102,7 +103,8 @@ public class ClientInstaller : MumbleInstall {
"mumble.exe",
"mumble_app.dll",
"mumble_ol.dll",
- "mumble_ol_helper.exe"
+ "mumble_ol_helper.exe",
+ "mumble-g15-helper.exe"
};
}