Script for adding files to ZIP

This commit is contained in:
DarkCat09 2022-10-13 13:43:14 +04:00
parent aadf941df7
commit e53e882d96
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
built.zip
dist/
.vscode/

2
archive.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
7z a built.zip dist/*

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
rm -rf dist/
rm -rf dist/ built.zip