Fixed some paths and added a short readme

This commit is contained in:
Gordon Pedersen 2023-07-11 12:46:32 +10:00
parent aee8651566
commit f8df79d063
3 changed files with 11 additions and 2 deletions

9
README.md Normal file
View 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)

View file

@ -1,3 +1,3 @@
#!/bin/sh
cd ./.dragonruby
cd "`dirname "$0"`"/.dragonruby
exec ./dragonruby-publish --only-package ../🕹cube-tube

2
run
View file

@ -1,3 +1,3 @@
#!/bin/sh
cd .dragonruby
cd "`dirname "$0"`"/.dragonruby
exec ./dragonruby ../🕹cube-tube