fix the appbundle issue #1209

This commit is contained in:
Qi Cui 2017-10-31 18:12:09 -04:00
parent 88f6e1b8d1
commit f5284b7d11
2 changed files with 5 additions and 4 deletions

BIN
3rd-party/appbundler-1.0.jar vendored Normal file

Binary file not shown.

9
refine
View File

@ -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() {