Skip to content

Commit 75d010c

Browse files
author
Stephan Dilly
committed
fix assets missing on crates
1 parent 7f69a94 commit 75d010c

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.6"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
7-
exclude = ["assets/*"]
7+
exclude = [".github/*",".vscode/*"]
88
homepage = "https://github.com/extrawurst/gitui"
99
readme = "README.md"
1010
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img width="400px" src="assets/logo2.png" />
2+
<img width="400px" src="assets/logo.png" />
33

44
![CI][s0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3]
55
</h1>

assets/icon.png

-4.79 KB
Binary file not shown.

assets/logo.png

16.1 KB
Loading

assets/logo2.png

-25.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)