fix the appbundle issue #1209
This commit is contained in:
parent
88f6e1b8d1
commit
f5284b7d11
BIN
3rd-party/appbundler-1.0.jar
vendored
Normal file
BIN
3rd-party/appbundler-1.0.jar
vendored
Normal file
Binary file not shown.
9
refine
9
refine
@ -376,11 +376,12 @@ launch4j_prepare() {
|
|||||||
appbundler_prepare() {
|
appbundler_prepare() {
|
||||||
tools_prepare
|
tools_prepare
|
||||||
|
|
||||||
APPBUNDLER_URL="http://java.net/projects/appbundler/downloads/download/appbundler-1.0.jar"
|
cp "$REFINE_TOOLS_DIR/../3rd-party/appbundler-1.0.jar" "$REFINE_TOOLS_DIR"
|
||||||
APPBUNDLER_DIR="."
|
# APPBUNDLER_URL="http://java.net/projects/appbundler/downloads/download/appbundler-1.0.jar"
|
||||||
APPBUNDLER_FILE=`echo $APPBUNDLER_URL | sed 's|.*/||'`
|
# APPBUNDLER_DIR="."
|
||||||
|
# APPBUNDLER_FILE=`echo $APPBUNDLER_URL | sed 's|.*/||'`
|
||||||
|
|
||||||
tool_download $APPBUNDLER_URL $APPBUNDLER_FILE $APPBUNDLER_DIR
|
# tool_download $APPBUNDLER_URL $APPBUNDLER_FILE $APPBUNDLER_DIR
|
||||||
}
|
}
|
||||||
|
|
||||||
virtualenv_prepare() {
|
virtualenv_prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user