karad / lein_template_descjop

A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).

Home Page:http://descjop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant run when make app distribution version

karad opened this issue · comments

return "" (.resolve path "") code.

need change

(.loadUrl @*win* (str "file://" (.resolve path "") "/app/index.html"))

to

(.loadUrl @*win* (str "file://" (.resolve path (js* "__dirname") "../index.html")))