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