mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-09 00:21:10 +00:00
Fix escaped string
This commit is contained in:
parent
dab9a06774
commit
ba071cf5a8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user