mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
4 lines
272 B
Markdown
4 lines
272 B
Markdown
# Building `Tachidesk Launcher.exe`
|
|
1. compile `Tachidesk Launcher.c` statically with MSVC compiler.
|
|
2. Add `server/src/main/resources/icon/faviconlogo.ico` into the exe with `rcedit` from the electron project: `rcedit "Tachidesk Launcher.exe" --set-icon faviconlogo.ico`
|