Skip to content

Commit

Permalink
Add documentation for updating Sandstorm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Feb 10, 2020
1 parent 514b679 commit a457b4c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,27 @@ increment the "appVersion" directive by one.
1. When ready, stop the development app (Ctrl-C) and pack the new APK.

vagrant-spk pack ~/babybuddy.spk
### Updating [`sandstorm.patch`](sandstorm.patch)

If Sandstorm specific changes need to updated or the patch no longer applies, a
new patch will need to created:

1. Follow the steps in the Development documentation above up to the
`vagrant-spk dev` command.

1. Stop the development app (Ctrl-C).

1. Make any necessary changes to Baby Buddy in the `babybuddy` folder.

1. When finished, cd in to the `babdybuddy` folder.

cd babybuddy
1. Add all files to git.

git add --all
1. Create a diff of the changes and save it to [`sandstorm.patch`](sandstorm.patch)

git diff HEAD > ../sandstorm.patch

0 comments on commit a457b4c

Please sign in to comment.