fix
This commit is contained in:
BIN
app/bin/i18n
BIN
app/bin/i18n
Binary file not shown.
Binary file not shown.
BIN
app/bin/release
BIN
app/bin/release
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
SCRIPTPATH=$(cd "$(dirname "$0")"; pwd)
|
||||
|
||||
# set link
|
||||
path="$SCRIPTPATH/src/github.com/leanote"
|
||||
if [ ! -d "$path" ]; then
|
||||
mkdir -p "$path"
|
||||
fi
|
||||
ln -s ../../../../ $SCRIPTPATH/src/github.com/leanote/leanote
|
||||
|
||||
# set GOPATH
|
||||
export GOPATH=$GOPATH:$SCRIPTPATH
|
||||
|
||||
# run
|
||||
osName=`uname`
|
||||
if [ $osName == "Darwin" ]; then
|
||||
"$SCRIPTPATH/leanote-mac" -importPath github.com/leanote/leanote
|
||||
else
|
||||
"$SCRIPTPATH/leanote-linux" -importPath github.com/leanote/leanote
|
||||
fi
|
BIN
app/bin/test
BIN
app/bin/test
Binary file not shown.
BIN
app/bin/tmp
BIN
app/bin/tmp
Binary file not shown.
Reference in New Issue
Block a user