2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-27 07:33:47 +00:00

Fix escaped string

This commit is contained in:
Jia Hao 2016-02-23 17:21:09 +08:00
parent dab9a06774
commit ba071cf5a8

View File

@ -62,7 +62,7 @@ function linuxMatch() {
} }
function windowsMatch() { 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() { function darwinMatch() {