quick icon for Android. Not the best, but acceptable for now.
This commit is contained in:
parent
a535cb3379
commit
4fe7f9208f
6 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ build-utils: source
|
|||
|
||||
cd source/term && git reset --hard
|
||||
cd source/term && patch -p1 <../../term.patch
|
||||
(cd icons && tar c .) | (cd source/term/res && tar x)
|
||||
# This renaming has a purpose. It makes the path to the app's
|
||||
# /data directory shorter, which makes ssh connection caching
|
||||
# sockets placed there have more space for their filenames.
|
||||
|
|
BIN
standalone/android/icons/drawable-hdpi/ic_launcher.png
Normal file
BIN
standalone/android/icons/drawable-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
standalone/android/icons/drawable-ldpi/ic_launcher.png
Normal file
BIN
standalone/android/icons/drawable-ldpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 994 B |
BIN
standalone/android/icons/drawable-mdpi/ic_launcher.png
Normal file
BIN
standalone/android/icons/drawable-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
standalone/android/icons/drawable-xhdpi/ic_launcher.png
Normal file
BIN
standalone/android/icons/drawable-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
1
standalone/android/icons/drawable/ic_launcher.png
Symbolic link
1
standalone/android/icons/drawable/ic_launcher.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
../drawable-mdpi/ic_launcher.png
|
Loading…
Reference in a new issue