Add mapping file to commit

This commit is contained in:
Alpyne 2020-07-20 21:15:33 -07:00
parent 1fe56e1e25
commit 30d579adeb
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ $enigma decompile procyon client.jar src client.mappings
echo "Committing changes..."
git add src
git add client.txt
git commit -m "Update to $1"
echo "Pushing to origin..."