Replace linux-all with linux-assets (#381)

* Move linux package specific files to scripts/resources/pkg

* Replace linux-all with linux-assets

* Fix linux-x64 launchers issue

* Remove -e
This commit is contained in:
Mahor
2022-08-10 13:50:07 +00:00
committed by GitHub
parent 21c087e273
commit 9dc598150f
14 changed files with 59 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
TACHIDESK_ROOT_DIR="/var/lib/tachidesk"
# Extra arguments passed to the java command
# The default value disables the system tray icon, and launching a browser on service start.
JAVA_ARGS=-Dsuwayomi.tachidesk.config.server.initialOpenInBrowserEnabled=false -Dsuwayomi.tachidesk.config.server.systemTrayEnabled=false