clean up the after effects of bringing back webUI

This commit is contained in:
Aria Moradi
2021-08-07 22:52:44 +04:30
parent 08f49e0ac4
commit a17d6a2ea4
6 changed files with 4 additions and 28 deletions
-5
View File
@@ -1,5 +0,0 @@
#include <stdlib.h>
int main() {
system("start jre\\bin\\javaw -jar Tachidesk.jar");
}
-3
View File
@@ -1,3 +0,0 @@
# 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`