summarylogtreecommitdiffstats
path: root/tachidesk-electron.sh
blob: 6dff820f1e52297789f4918acf016ed22224b4fd (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ ! -f /usr/bin/electron ]; then
	echo "Electron executable was not found! In order to run this launcher, you need Electron installed."
	echo "You can run 'pacman -S electron' to install the package."
	exit 1
fi


exec /usr/bin/java -Dsuwayomi.tachidesk.config.server.webUIInterface=electron -Dsuwayomi.tachidesk.config.server.electronPath=/usr/bin/electron -jar /usr/share/java/tachidesk/tachidesk.jar