summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorgardenapple2024-06-08 02:40:36 +0300
committergardenapple2024-06-08 02:40:36 +0300
commit1444416cda51e66c7c84cfd11184f0200508072e (patch)
tree61643b0442c065630eac448199a40be2f97f3f8f /update.sh
parent9ee4f6035b9876bdffbb8b48882dfee3fe08d8d9 (diff)
downloadaur-1444416cda51e66c7c84cfd11184f0200508072e.tar.gz
Revision 6915
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 745722fc0237..2a3ffee26097 100755
--- a/update.sh
+++ b/update.sh
@@ -17,3 +17,6 @@ mv DuckStation-x64.AppImage "duckstation-qt-0.1.r${revision}.AppImage"
updpkgsums
makepkg --printsrcinfo > .SRCINFO
+
+git add .
+git commit -m "Revision $revision"