Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 3.8 KB

README.md

File metadata and controls

58 lines (47 loc) · 3.8 KB

image Discord Icon Changer

Change your Desktop Discord Icon like on mobile!

Download HERE

📛 ONLY AVAILABLE FOR WINDOWS (for now...)



- This program will allow you to change your Taskbar Icon for Discord easily!
- It uses the official Discord Custom Icons from the mobile update

- ⚡ Detects automatically existing Discord Installations
- 🎃 Allows you to instantly change your icon
- 🎈 Can change Discord Installation easily
- 👤 You can add your own icons to the existing ones!
- 🔧 Save your configuration, no need to launch the program everytime!

How to use?

1. Download the latest Release of the Executable HERE

2. Launch the executable

3. Choose your Discord Installation folder:
image

4. Select the icon you want:
image

5. Choose between reloading Taskbar or rebooting your computer:
image

6. Enjoy your new icon! Like on mobile! (Example with the Sakura icon)
image
The official Discord Icons are not enough for you? Try adding your own icon

How to add your own icon?

📛 You cannot add your own Icon with the executable, try to launch without compiling or compilate it yourself
1. Download and Extract the Source Code
2. Go to src/assets/icons/
3. Add you own .ico file, the name in the program will be the file's name
4. Launch the program or compile it again

How to launch without compilating?

1. Install NodeJS
2. Download and Extract the Source Code
3. Open CMD in the working folder
4. Run npm run dev (only the first time)
5. Then when you will need to restart, run npm start instead of the previous command

How to compilate the project yourself?

1. Install Visual Studio 2022 with Development of Desktop App in C++ (If you don't download this framework, the build wont work)
2. Install NASM
3. Install NodeJS
4. Download and Extract the Source Code
5. Open CMD in the working folder
6. Run npm i nexe -g
7. Once it's done, run npm run build (it will took a long time for the first time)
8. You got the EXE file in dist/DiscordIconChanger.exe