File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 (println " Building uberjar first..." )
6969 (uber nil )
7070 (let [os-name (System/getProperty " os.name" )
71- [installer-type icon-file extra-args]
71+ [installer-type extra-args]
7272 (cond
7373 (re-find #"(?i)windows" os-name)
74- [" msi" " resources/Clay.svg.png"
75- [" --win-shortcut" " --win-menu" " --win-menu-group" " Fegloj" ]]
74+ [" msi"
75+ [" --icon" " resources/Clay.svg.png"
76+ " --win-shortcut" " --win-menu" " --win-menu-group" " Fegloj" ]]
7677
7778 (re-find #"(?i)mac" os-name)
78- [" dmg" " resources/Clay.svg.png "
79+ [" dmg"
7980 [" --mac-package-identifier" " com.fegloj.Fegloj" ]]
8081
8182 :else ; Linux
82- [" deb" " resources/Clay.svg.png"
83- [" --linux-shortcut" " --linux-menu-group" " Development"
83+ [" deb"
84+ [" --icon" " resources/Clay.svg.png"
85+ " --linux-shortcut" " --linux-menu-group" " Development"
8486 " --linux-app-category" " Development"
8587 " --linux-deb-maintainer" " timothypratley@gmail.com"
8688 " --resource-dir" " package/linux" ]])]
9395 " --main-jar" (str (name lib) " -" version " -standalone.jar" )
9496 " --main-class" " Fegloj"
9597 " --type" installer-type
96- " --icon" icon-file
9798 " --app-version" version
9899 " --vendor" " Fegloj"
99100 " --description" " Fegloj - A Clojure notebook environment"
You can’t perform that action at this time.
0 commit comments