mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 04:42:12 +03:00
Changed assets.sh to create a symbolic link to the assets folder.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Create a symbolic link to the assets folder in this current folder ( ln -s ../../assets ./assets )
|
||||
Create a symbolic link to the assets folder in this current folder ( call assets.sh or ln -s ../../assets ./assets )
|
||||
|
||||
If you are in Windows and you don't know how to make the symbolic link, just copy & paste the assets folder.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
adb push ../../assets /sdcard/assets
|
||||
#adb push ../../assets /sdcard/assets
|
||||
ln -s ../../assets ./assets
|
||||
|
||||
Reference in New Issue
Block a user