fix(electron): windows path

pull/1179/head
Tienson Qin 2021-01-27 21:45:47 +08:00
parent 66a545c306
commit 2a633105dd
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
file
(and electron-local-repo? util/win32?)
(str (config/get-repo-dir repo-url) "/" file)
(str (config/get-repo-dir repo-url) "\\" file)
(and electron-local-repo? (not= "/" (first file)))
(str (config/get-repo-dir repo-url) "/" file)