Skip to content

Commit

Permalink
create script to generate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd committed Nov 16, 2023
1 parent 0a0062d commit 65814ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ arcticons/
*.tar.gz
**/*.0.svg
other
*.7z
3 changes: 3 additions & 0 deletions generate-assets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
7z a arcticons-$1.7z arcticons-dark arcticons-light
tar cf arcticons-$1.tar.gz arcticons-*

0 comments on commit 65814ac

Please sign in to comment.