diff options
Diffstat (limited to 'bin/appstore-add-app')
-rwxr-xr-x | bin/appstore-add-app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/appstore-add-app b/bin/appstore-add-app index c190efb..2b9ed19 100755 --- a/bin/appstore-add-app +++ b/bin/appstore-add-app @@ -31,3 +31,5 @@ app conf set -f appstore.config ${name}.state "$5" # Register the application apps=$(app cat-conf -f appstore.config -k appstore.apps | cut -f 2- -d =) app conf set -f appstore.config appstore.apps "$apps,$name" + +git add appstore.config |