fix assets missing on crates

This commit is contained in:
Stephan Dilly 2020-04-13 01:53:59 +02:00
parent 7f69a94f0f
commit 75d010c520
5 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.6"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
exclude = ["assets/*"]
exclude = [".github/*",".vscode/*"]
homepage = "https://github.com/extrawurst/gitui"
readme = "README.md"
license = "MIT"

View file

@ -1,5 +1,5 @@
<h1 align="center">
<img width="400px" src="assets/logo2.png" />
<img width="400px" src="assets/logo.png" />
![CI][s0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3]
</h1>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB