mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-24 05:22:38 +01:00
7 lines
204 B
Bash
7 lines
204 B
Bash
#!/bin/sh
|
|
|
|
exec ./jre/bin/java \
|
|
-Dsuwayomi.tachidesk.config.server.webUIInterface=electron \
|
|
-Dsuwayomi.tachidesk.config.server.electronPath=./electron/electron \
|
|
-jar ./Tachidesk-Server.jar
|