Script for adding files to ZIP
This commit is contained in:
parent
aadf941df7
commit
e53e882d96
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
|
built.zip
|
||||||
dist/
|
dist/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
2
archive.sh
Executable file
2
archive.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
7z a built.zip dist/*
|
2
clean.sh
2
clean.sh
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
rm -rf dist/
|
rm -rf dist/ built.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue