Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
4a1f6fea
Commit
4a1f6fea
authored
May 24, 2016
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove launcher.sh
parent
535561cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
build.sbt
build.sbt
+0
-4
launcher.sh
launcher.sh
+0
-5
No files found.
build.sbt
View file @
4a1f6fea
...
...
@@ -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"
!
}
launcher.sh
deleted
100755 → 0
View file @
535561cf
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment