Fixed some paths and added a short readme
This commit is contained in:
parent
aee8651566
commit
f8df79d063
3 changed files with 11 additions and 2 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
dragonruby binaries, etc are in the `.dragonruby` folder
|
||||
|
||||
To update dragonruby, use the following:
|
||||
```
|
||||
git subtree add --prefix .dragonruby <path/to/dragonruby/repo> <version-tag> --squash
|
||||
```
|
||||
(or just dump the files in the .dragonruby folder)
|
||||
|
||||
Also, make sure to dump icons in `.dragonruby/dragonruby-ios-simulator.app/Assets.xcassets/AppIcon.appiconset/` and `.dragonruby/dragonruby-ios.app/Assets.xcassets/AppIcon.appiconset` (see the `.gitkeep` files in those folders for more info)
|
2
package
2
package
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd ./.dragonruby
|
||||
cd "`dirname "$0"`"/.dragonruby
|
||||
exec ./dragonruby-publish --only-package ../🕹️cube-tube
|
2
run
2
run
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd .dragonruby
|
||||
cd "`dirname "$0"`"/.dragonruby
|
||||
exec ./dragonruby ../🕹️cube-tube
|
Loading…
Reference in a new issue