mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
7 lines
183 B
Batchfile
7 lines
183 B
Batchfile
:: cleaner output
|
|
@echo off
|
|
|
|
jre\bin\java -Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true -jar Tachidesk-Server.jar
|
|
|
|
:: Prevent cmd from closing when Tachidesk crashes
|
|
pause |