Skip to content

Commit

Permalink
Merge PR #2973: overlay: add gw2-64.exe to the default launcher-filte…
Browse files Browse the repository at this point in the history
…r program whitelist.
  • Loading branch information
mkrautz committed Mar 26, 2017
2 parents b1b3d4f + 0a497b0 commit 623d2af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion overlay/overlay_whitelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 623d2af

Please sign in to comment.