bitcoin-s/app/gui/gui.sbt
benthecarman 379ffebd9c
Add startup config flow for bundle (#3142)
* Add startup config flow for bundle

* Add explainers and bundle config
2021-05-26 16:07:24 -06:00

13 lines
268 B
Scala

name := "bitcoin-s-gui"
libraryDependencies ++= Deps.gui
mainClass := Some("org.bitcoins.gui.GUI")
enablePlugins(JavaAppPackaging)
publish / skip := true
// Fork a new JVM for 'run' and 'test:run' to avoid JavaFX double initialization problems
fork / run := true