We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc95db commit 19314dfCopy full SHA for 19314df
create_release.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/bash
2
+
3
+printf -v date '%(%Y-%m-%d)T'
4
5
+git tag ${date}
6
7
+cd icons/
8
+zip -q ../NieR_Cursors_Windows_${date}.zip nier_cursors_windows/*
9
+tar -caf ../NieR_Cursors_${date}.tar.xz nier_cursors
0 commit comments