Skip to content

Commit 19314df

Browse files
committed
create_release.sh
1 parent 8fc95db commit 19314df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

create_release.sh

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)