Browse Source

fix(electron): windows path

Andelf 2 years ago
parent
commit
dda5abd698
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/electron/electron/handler.cljs

+ 1 - 0
src/electron/electron/handler.cljs

@@ -49,6 +49,7 @@
                  (remove #(string/starts-with? (.-name ^js %) "."))
                  (map #(.join path dir (.-name %))))))
         dir)
+       (map utils/fix-win-path!)
        (doall)
        (vec)))