Don't include example images with builds

This commit is contained in:
Dpeta 2023-03-21 16:44:23 +01:00
parent 8bdb74a0f0
commit 8fa55951f7
No known key found for this signature in database
GPG key ID: 51227517CEA0030C
4 changed files with 1 additions and 7 deletions

View file

@ -10,7 +10,7 @@
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/Dpeta/pesterchum-alt-servers?style=for-the-badge"> <img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/Dpeta/pesterchum-alt-servers?style=for-the-badge">
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000?style=for-the-badge"></a> <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000?style=for-the-badge"></a>
</h1> </h1>
<img alt="PESTERCHUM" align="right" src="Pesterchum.png"> <img alt="PESTERCHUM" align="right" src="img/Pesterchum.png">
Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck. Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.

View file

Before

Width:  |  Height:  |  Size: 483 KiB

After

Width:  |  Height:  |  Size: 483 KiB

View file

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -18,8 +18,6 @@ add_data = [
"README.md;.", "README.md;.",
"LICENSE;.", "LICENSE;.",
"CHANGELOG.md;.", "CHANGELOG.md;.",
"PCskins.png;.",
"Pesterchum.png;.",
] ]
data_folders = { data_folders = {
"quirks": "quirks", "quirks": "quirks",
@ -32,15 +30,11 @@ data_files = {
"README.md": "README.md.txt", "README.md": "README.md.txt",
"LICENSE": "LICENSE.txt", "LICENSE": "LICENSE.txt",
"CHANGELOG.md": "CHANGELOG.md.txt", "CHANGELOG.md": "CHANGELOG.md.txt",
"PCskins.png": ".",
"Pesterchum.png": ".",
} }
data_files_linux = { data_files_linux = {
"README.md": "README.md", "README.md": "README.md",
"LICENSE": "LICENSE.txt", "LICENSE": "LICENSE.txt",
"CHANGELOG.md": "CHANGELOG.md", "CHANGELOG.md": "CHANGELOG.md",
"PCskins.png": ".",
"Pesterchum.png": ".",
} }
# Some of these might not be required anymore, # Some of these might not be required anymore,
# newer versions of PyInstaller claim to exclude certain problematic DDLs automatically. # newer versions of PyInstaller claim to exclude certain problematic DDLs automatically.