mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
dcf29f9f56
- Update to 4.0.1 - Bump requried Java version to 1.8+
10 lines
330 B
Bash
10 lines
330 B
Bash
#!/bin/sh
|
|
|
|
echo "Loading TV-Browser:"
|
|
cd %%DATADIR%%
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
|
|
-Xms16m -Xmx512m -XX:+IgnoreUnrecognizedVMOptions \
|
|
--add-modules=ALL-SYSTEM -Dpropertiesfile=linux-properties \
|
|
-Djava.library.path="%%DATADIR%%" \
|
|
-Dpropertiesfile=linux.properties -jar tvbrowser.jar "$@"
|