mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
* Move linux package specific files to scripts/resources/pkg * Replace linux-all with linux-assets * Fix linux-x64 launchers issue * Remove -e
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
|