Removed unused resources directory hopefully,

And aslo added an IconHelper autoplugin which
will generate Mac OS X valid ICNS images.
This commit is contained in:
meeh
2018-04-24 05:01:25 +00:00
parent 832e55ddf9
commit 4f47fab139
3 changed files with 58 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import sbt._
import Keys._
scalaVersion in Global := "2.11.11"
resolvers ++= Seq(
DefaultMavenRepository,
@@ -40,6 +41,7 @@ lazy val macosx = (project in file("macosx"))
lazy val root = (project in file("."))
.aggregate(browserbundle, macosx)
scalacOptions in Compile := Seq("-deprecated")
fork := true