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

@@ -17,6 +17,10 @@ lazy val i2pBuildDir = new File("./../build")
lazy val warsForCopy = i2pBuildDir.list.filter { f => f.endsWith(".war") }
lazy val jarsForCopy = i2pBuildDir.list.filter { f => f.endsWith(".jar") }
convertToICNSTask := {
println("TODO")
}
buildAppBundleTask := {
println(s"Building Mac OS X bundle for I2P version ${i2pVersion}.")
bundleBuildPath.mkdir()