forked from I2P_Developers/i2p.i2p
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user