diff --git a/README.md b/README.md
index a12f6ca..18e5749 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-
For a complete build, ensure to download `libpcp.lib` and place it in `src/`
prior to running `make`.
diff --git a/assets/Makefile b/assets/Makefile
index e8c2854..47fab13 100644
--- a/assets/Makefile
+++ b/assets/Makefile
@@ -1,5 +1,5 @@
CONVERT=cmd /c "C:\Windows\Sysnative\wsl.exe convert"
assets:
- $(CONVERT) -define icon:auto-resize mice.png mice.ico
- $(CONVERT) -define icon:auto-resize micepatch.png micepatch.ico
- $(CONVERT) -define icon:auto-resize micekeychip.png micekeychip.ico
\ No newline at end of file
+ $(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 mice.png mice.ico
+ $(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micepatch.png micepatch.ico
+ $(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micekeychip.png micekeychip.ico
\ No newline at end of file
diff --git a/assets/mice.ico b/assets/mice.ico
index eb2cb2c..f69e4f0 100644
Binary files a/assets/mice.ico and b/assets/mice.ico differ
diff --git a/assets/mice.png b/assets/mice.png
index c71e50e..c0327dc 100644
Binary files a/assets/mice.png and b/assets/mice.png differ
diff --git a/assets/micekeychip-wm.png b/assets/micekeychip-wm.png
index d2d62c0..d73de5e 100644
Binary files a/assets/micekeychip-wm.png and b/assets/micekeychip-wm.png differ
diff --git a/assets/micekeychip.ico b/assets/micekeychip.ico
index 39141a1..f5b9d93 100644
Binary files a/assets/micekeychip.ico and b/assets/micekeychip.ico differ
diff --git a/assets/micekeychip.png b/assets/micekeychip.png
index 7a1f387..a344c74 100644
Binary files a/assets/micekeychip.png and b/assets/micekeychip.png differ
diff --git a/assets/micepatch-wm.png b/assets/micepatch-wm.png
index 77ed691..fd5bbc4 100644
Binary files a/assets/micepatch-wm.png and b/assets/micepatch-wm.png differ
diff --git a/assets/micepatch.ico b/assets/micepatch.ico
index bfcae40..64c6488 100644
Binary files a/assets/micepatch.ico and b/assets/micepatch.ico differ
diff --git a/assets/micepatch.png b/assets/micepatch.png
index 36312b0..3d76504 100644
Binary files a/assets/micepatch.png and b/assets/micepatch.png differ
diff --git a/assets/micetools.png b/assets/micetools.png
index fee9a5d..d99482f 100644
Binary files a/assets/micetools.png and b/assets/micetools.png differ
diff --git a/src/micetools/micekeychip/README.md b/src/micetools/micekeychip/README.md
index 0dad007..cde09c1 100644
--- a/src/micetools/micekeychip/README.md
+++ b/src/micetools/micekeychip/README.md
@@ -1,5 +1,5 @@
-
-The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!
\ No newline at end of file
+
+The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!
diff --git a/src/micetools/micepatch/README.md b/src/micetools/micepatch/README.md
index cd644c8..125d3ad 100644
--- a/src/micetools/micepatch/README.md
+++ b/src/micetools/micepatch/README.md
@@ -1,5 +1,5 @@
-
+
A somewhat barebones binary patcher tool, but it does the job.
\ No newline at end of file