Commit 4a1f6fea authored by Mygod's avatar Mygod

Remove launcher.sh

parent 535561cf
......@@ -55,11 +55,7 @@ proguardOptions in Android ++= Seq("-keep class com.github.shadowsocks.** { <ini
"-dontwarn org.xbill.**")
lazy val nativeBuild = TaskKey[Unit]("native-build", "Build native executables")
lazy val launcher = TaskKey[Unit]("launcher", "Generate launcher icons")
nativeBuild := {
"./build.sh" !
}
launcher := {
"./launcher.sh" !
}
#!/bin/bash
convert shadow.png -resize 48x48 src/main/res/drawable-mdpi/ic_launcher.png
convert shadow.png -resize 72x72 src/main/res/drawable-hdpi/ic_launcher.png
convert shadow.png -resize 96x96 src/main/res/drawable-xhdpi/ic_launcher.png
convert shadow.png -resize 144x144 src/main/res/drawable-xxhdpi/ic_launcher.png
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment