Skip to content

Commit

Permalink
copy libdeckard.so to script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkfdn committed Aug 23, 2018
1 parent 31b105b commit 07f2221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooklib/emulator/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then
curl -qo "$SCRIPTPATH/xposed.apk" "$XPOSED_URL"
fi

cp $SCRIPTPATH/../libs/x86/libdeckard.so ./libdeckard.so
cp $SCRIPTPATH/../libs/x86/libdeckard.so $SCRIPTPATH/libdeckard.so

#docker build --no-cache -t deckard/emulator .
docker build -t deckard/emulator $SCRIPTPATH
Expand Down

0 comments on commit 07f2221

Please sign in to comment.