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:
authorMikkel Krautz <mikkel@krautz.dk>2017-03-26 21:59:23 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-03-26 21:59:23 +0300
commit0a497b0c8234335d39da853c54bf9da48d8e9ba1 (patch)
treece7a97048408b893740985ae3323251001b84b79 /overlay
parentb1b3d4f5fe7edbc5650a7e788e7abe7efcc2a5ad (diff)
overlay: add gw2-64.exe to the default launcher-filter program whitelist.
The original launcher filter PR only added the 32-bit Guild Wars 2 client. This adds the 64-bit client.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay_whitelist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/overlay/overlay_whitelist.h b/overlay/overlay_whitelist.h
index 88fad82ba..db680df33 100644
--- a/overlay/overlay_whitelist.h
+++ b/overlay/overlay_whitelist.h
@@ -7,7 +7,10 @@
#define MUMBLE_OVERLAY_WHITELIST_H_
static const char *overlayWhitelist[] = {
- "gw2.exe", // We can't whitelist the GW2 launcher
+ // We can't whitelist the GW2 launcher
+ "gw2.exe",
+ "gw2-64.exe",
+
NULL
};