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