mirror of
https://github.com/JHUAPL/DistMaker.git
synced 2026-01-09 12:37:56 -05:00
Initial release
This commit is contained in:
8
template/launch4j/launch4j
Executable file
8
template/launch4j/launch4j
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd `dirname $0`
|
||||
if [ -n "$JAVA_HOME" ]; then
|
||||
$JAVA_HOME/bin/java -jar ./launch4j.jar "$*"
|
||||
else
|
||||
java -jar ./launch4j.jar "$*"
|
||||
fi
|
||||
cd $OLDPWD
|
||||
BIN
template/launch4j/launch4j-3.1.0-beta1-linux.tgz
Normal file
BIN
template/launch4j/launch4j-3.1.0-beta1-linux.tgz
Normal file
Binary file not shown.
1
template/launch4j/readme.txt
Normal file
1
template/launch4j/readme.txt
Normal file
@@ -0,0 +1 @@
|
||||
The file launch4j, is an update to the script found when the package launch3j-3.1.0-beta1-linux.tgz is unpacked. It is a slight modification to the original script, to allow the script to be run from any location rather than the folder where the script is located.
|
||||
Reference in New Issue
Block a user