-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,57 @@ | ||
# Discord Icon Changer | ||
### Change your Desktop Discord Icon like on mobile! | ||
# ![image](https://github.com/Ezzud/Discord-Icon-Changer/assets/44119886/57eb02d5-d2eb-4dec-bb8b-0066ac9c1304) Discord Icon Changer | ||
### Change your Desktop Discord Icon like on mobile! | ||
### Download [HERE](https://github.com/Ezzud/Discord-Icon-Changer/releases) | ||
### 📛 **ONLY AVAILABLE FOR WINDOWS** (for now...) | ||
<br><br> | ||
***- This program will allow you to change your **Taskbar Icon** for Discord easily!***<br> | ||
***- It uses the official Discord Custom Icons from the mobile update***<br> | ||
|
||
**- ⚡ Detects automatically existing Discord Installations**<br> | ||
**- 🎃 Allows you to instantly change your icon**<br> | ||
**- 🎈 Can change Installation easily**<br> | ||
**- 👤 You can add your own icons to the existing ones!**<br> | ||
**- 🔧 Save your configuration, no need to launch the program everytime!**<br> | ||
|
||
|
||
|
||
### How to use? | ||
> **1.** Download the latest Release of the Executable [HERE](https://github.com/Ezzud/Discord-Icon-Changer/releases)<br> | ||
> - **IMPORTANT:** If you do not trust my executable, you can try to [launch without compiling](https://github.com/Ezzud/Discord-Icon-Changer/edit/master/README.md#how-to-launch-without-compilating) or [compilate it yourself](https://github.com/Ezzud/Discord-Icon-Changer/edit/master/README.md#how-to-compilate-the-project-yourself)<br> | ||
> | ||
> **2.** Launch the executable<br><br> | ||
> **3.** Choose your Discord Installation folder:<br> | ||
> ![image](https://github.com/Ezzud/Discord-Icon-Changer/assets/44119886/99580ac2-dadd-4f99-8386-488953fbc049)<br><br> | ||
> **4.** Select the icon you want:<br> | ||
> ![image](https://github.com/Ezzud/Discord-Icon-Changer/assets/44119886/7f145743-d97d-4f80-a2c0-7ac084d2e0c2)<br><br> | ||
> **5.** Choose between reloading Taskbar or rebooting your computer:<br> | ||
> ![image](https://github.com/Ezzud/Discord-Icon-Changer/assets/44119886/eb641a8c-30dc-41d2-8e82-3e609d82f652)<br><br> | ||
> **6.** Enjoy your new icon! Like on mobile! (Example with the **Sakura** icon)<br> | ||
> ![image](https://github.com/Ezzud/Discord-Icon-Changer/assets/44119886/57eb02d5-d2eb-4dec-bb8b-0066ac9c1304)<br> | ||
> **The official Discord Icons are not enough for you? Try adding your own icon**<br> | ||
### How to add your own icon? | ||
> **📛 You cannot add your own Icon with the executable**, try to [launch without compiling](https://github.com/Ezzud/Discord-Icon-Changer/edit/master/README.md#how-to-launch-without-compilating) or [compilate it yourself](https://github.com/Ezzud/Discord-Icon-Changer/edit/master/README.md#how-to-compilate-the-project-yourself)<br> | ||
> **1.** Download and Extract the [Source Code](https://github.com/Ezzud/Discord-Icon-Changer)<br> | ||
> **2.** Go to `src/assets/icons/`<br> | ||
> **3.** Add you own `.ico` file, the name in the program will be the file's name<br> | ||
|
||
|
||
### How to launch without compilating? | ||
> **1.** Install [NodeJS](https://nodejs.org/)<br> | ||
> **2.** Download and Extract the [Source Code](https://github.com/Ezzud/Discord-Icon-Changer)<br> | ||
> **3.** Open CMD in the working folder<br> | ||
> **4.** Run `npm run dev` (only the first time)<br> | ||
> **5.** Then when you will need to restart, run `npm start` instead of the previous command<br> | ||
### How to compilate the project yourself? | ||
> **1.** Install [Visual Studio 2022](https://visualstudio.microsoft.com/fr/) with **Development of Desktop App in C++** (If you don't download this framework, the build wont work)<br> | ||
> **2.** Install [NASM](https://www.nasm.us)<br> | ||
> **3.** Install [NodeJS](https://nodejs.org/)<br> | ||
> **4.** Download and Extract the [Source Code](https://github.com/Ezzud/Discord-Icon-Changer)<br> | ||
> **5.** Open CMD in the working folder<br> | ||
> **6.** Run `npm i nexe -g`<br> | ||
> **7.** Once it's done, run `npm run build` (it will took a long time for the first time)<br> | ||
> **8.** You got the EXE file in `dist/DiscordIconChanger.exe`<br> | ||
|