ソースを参照

fix(electron): windows path

Andelf 3 年 前
コミット
dda5abd698
1 ファイル変更1 行追加0 行削除
  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)))