replace win64 exe with @Syer10's MSVC build

This commit is contained in:
Aria Moradi 2021-05-23 12:48:47 +04:30
parent 4743bfacf7
commit fba56c1b75
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Building `Tachidesk Launcher.exe` # Building `Tachidesk Launcher.exe`
1. compile `Tachidesk Launcher.c` statically using GCC MinGW: `gcc -o "Tachidesk Launcher.exe" "Tachidesk Launcher.c"` 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` 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`