diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc13bd2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +dragonruby binaries, etc are in the `.dragonruby` folder + +To update dragonruby, use the following: +``` +git subtree add --prefix .dragonruby --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) \ No newline at end of file diff --git a/package b/package index c12d845..0b9ddb0 100644 --- a/package +++ b/package @@ -1,3 +1,3 @@ #!/bin/sh -cd ./.dragonruby +cd "`dirname "$0"`"/.dragonruby exec ./dragonruby-publish --only-package ../🕹️cube-tube \ No newline at end of file diff --git a/run b/run index 80a4cce..45e17d8 100755 --- a/run +++ b/run @@ -1,3 +1,3 @@ #!/bin/sh -cd .dragonruby +cd "`dirname "$0"`"/.dragonruby exec ./dragonruby ../🕹️cube-tube \ No newline at end of file