diff --git a/.gitignore b/.gitignore index 7e5ece8..d87cdc2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ *.vsix *.obj *.res +res/rsrc.res diff --git a/Puer.exe b/Puer.exe index a9aad31..fffaca5 100644 Binary files a/Puer.exe and b/Puer.exe differ diff --git a/res/icon.ico b/res/icon.ico index 5e7f929..2b01662 100644 Binary files a/res/icon.ico and b/res/icon.ico differ diff --git a/res/icon.png b/res/icon.png new file mode 100644 index 0000000..772826b Binary files /dev/null and b/res/icon.png differ diff --git a/res/icon2.ico b/res/icon2.ico index 5201dc5..de9e8b3 100644 Binary files a/res/icon2.ico and b/res/icon2.ico differ diff --git a/res/icon2.png b/res/icon2.png new file mode 100644 index 0000000..8ba791b Binary files /dev/null and b/res/icon2.png differ diff --git a/res/rsrc.res b/res/rsrc.res index f1f9c81..c95dc6f 100644 Binary files a/res/rsrc.res and b/res/rsrc.res differ