Files
eepp/projects/ios/cross-install.sh
Martín Lucas Golini 9a1ab27e9e Moved binaries to bin.
Moved assets to bin/assets.
2013-12-22 23:58:17 -03:00

6 lines
197 B
Bash
Executable File

#!/bin/sh
ln -sf ../../../bin/assets ./eepp.app/
echo "The fist parameter must be the path of the binary file to install. Example: ../../bin/eetest-debug.ios"
cp $1 ./eepp.app/eepp
make install $2