some minor adjustments to generated project.clj

This commit is contained in:
Gered 2016-12-03 16:49:33 -05:00
parent 2b7bb08034
commit ce87e5640e

View file

@ -27,6 +27,7 @@
[ws "^1.1.1"]]} [ws "^1.1.1"]]}
:source-paths ["src"] :source-paths ["src"]
:resource-paths ["app"]
:clean-targets ^{:protect false} [:target-path :clean-targets ^{:protect false} [:target-path
"releases" "releases"
@ -99,8 +100,7 @@
"clean" "clean"
["with-profile" "prod" "build"] ["with-profile" "prod" "build"]
["with-profile" "prod" "shell" "./node_modules/.bin/electron-packager" ["with-profile" "prod" "shell" "./node_modules/.bin/electron-packager"
"app" :project/name "app" :project/name ~(str "--version=" electron-version)
~(str "--version=" electron-version)
"--asar" "--asar"
"--out=releases" "--out=releases"
"--overwrite"]]} "--overwrite"]]}