Windows Tray App for mieru proxy.
- Copy and paste your mieru client config file to
config.json
in this directory. - Double click to run
TrayApp.exe
.
You can exit the app by right clicking the icon on windows tray and clicking on exit.
We ship binaries that are ready to use. You are welcomed to compile or bring the binaries by yourself.
- Remove old exe files.
- Install golang.
- Run
build.bat
.
- Download the latest mieru windows client from here.
- Rename the executable to
mieru.exe
.
- To set your own App icon, place your icon.png file in this directory. Then compile the program.
- To set your own Tray icon, convert your .ico file to base64 and replace it with old iconBase64 data in the source code. Then compile the program.