Skip to content

Commit

Permalink
docs(README): prettify header
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jun 24, 2023
1 parent 01f6238 commit 4ad892a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<p align="center"><img src="https://user-images.githubusercontent.com/7822554/243825966-500faa74-de2f-462a-8f76-3a122b69856e.png" alt="PackSquash logo" width="300" height="300"></p>
<p align="center"><i>Create more. Worry less about distribution and storage intricacies.</i></p>

# PackSquash [![Build](https://github.com/ComunidadAylas/PackSquash/workflows/CI/badge.svg)](https://github.com/ComunidadAylas/PackSquash/actions?query=workflow%3ACI) [![Latest version](https://img.shields.io/github/v/release/ComunidadAylas/PackSquash?label=Latest%20version)](https://github.com/ComunidadAylas/PackSquash/releases/latest) [![Total downloads](https://img.shields.io/github/downloads/ComunidadAylas/PackSquash/total?label=Downloads)](https://github.com/ComunidadAylas/PackSquash/releases/latest) [![Discord server online count](https://img.shields.io/discord/85364538328768512?label=Discord&logo=discord)](https://discord.gg/bGUSamzJYp)
<div align="center">
<img src="https://user-images.githubusercontent.com/7822554/243825966-500faa74-de2f-462a-8f76-3a122b69856e.png" alt="PackSquash logo" width="300" height="300">
<h1>PackSquash</h1>

<i>Create more. Worry less about distribution and storage intricacies.</i>

<a
href="https://github.com/ComunidadAylas/PackSquash/actions?query=workflow%3ACI"><img
alt="CI workflow status"
src="https://github.com/ComunidadAylas/PackSquash/workflows/CI/badge.svg"></a>
<a href="https://github.com/ComunidadAylas/PackSquash/releases/latest"><img
alt="Latest version"
src="https://img.shields.io/github/v/release/ComunidadAylas/PackSquash?label=Latest%20version"></a>
<img alt="Total downloads"
src="https://img.shields.io/github/downloads/ComunidadAylas/PackSquash/total?label=Downloads">
<a href="https://discord.gg/bGUSamzJYp"><img alt="Discord server online count"
src="https://img.shields.io/discord/85364538328768512?label=Discord&logo=discord"></a>
</div>

A Minecraft: Java Edition resource and data pack optimizer which aims to achieve
the best possible compression, performance, and protection, improving pack
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p target/debian
markdown README.md | \
sed -n '/^<h2>✨ Contributors<\/h2>$/q;p' | \
html2text -nometa -utf8 -style pretty -rcfile scripts/README.html2textrc | \
tail -n +11 > target/debian/extended_package_description.txt
tail -n +12 > target/debian/extended_package_description.txt

# Build the Debian packages
cargo deb --no-strip "$@"
Expand Down

0 comments on commit 4ad892a

Please sign in to comment.