diff --git a/README.md b/README.md index 92b91dc..576bc36 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Lines of code Code style: black -PESTERCHUM +PESTERCHUM Pesterchum is an instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck. diff --git a/PCskins.png b/img/PCskins.png similarity index 100% rename from PCskins.png rename to img/PCskins.png diff --git a/Pesterchum.png b/img/Pesterchum.png similarity index 100% rename from Pesterchum.png rename to img/Pesterchum.png diff --git a/pyinst.py b/pyinst.py index 59674fc..f3adaef 100644 --- a/pyinst.py +++ b/pyinst.py @@ -18,8 +18,6 @@ add_data = [ "README.md;.", "LICENSE;.", "CHANGELOG.md;.", - "PCskins.png;.", - "Pesterchum.png;.", ] data_folders = { "quirks": "quirks", @@ -32,15 +30,11 @@ data_files = { "README.md": "README.md.txt", "LICENSE": "LICENSE.txt", "CHANGELOG.md": "CHANGELOG.md.txt", - "PCskins.png": ".", - "Pesterchum.png": ".", } data_files_linux = { "README.md": "README.md", "LICENSE": "LICENSE.txt", "CHANGELOG.md": "CHANGELOG.md", - "PCskins.png": ".", - "Pesterchum.png": ".", } # Some of these might not be required anymore, # newer versions of PyInstaller claim to exclude certain problematic DDLs automatically.