diff --git a/app/src/helpers/inferFlash.js b/app/src/helpers/inferFlash.js index 9cda7b9..fac26a6 100644 --- a/app/src/helpers/inferFlash.js +++ b/app/src/helpers/inferFlash.js @@ -62,7 +62,7 @@ function linuxMatch() { } function windowsMatch() { - return findSync(/pepflashplayer\.dll/, 'C:\Program Files (x86)\Google\Chrome')[0]; + return findSync(/pepflashplayer\.dll/, 'C:\\Program Files (x86)\\Google\\Chrome')[0]; } function darwinMatch() {