mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 19:16:30 +03:00
6 lines
197 B
Bash
Executable File
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
|