Skip to content

Commit

Permalink
add packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
SAM-tak committed Jul 24, 2022
1 parent 1c5f0a9 commit f1959e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vs/
.vscode/
__pycache__
eeVR.zip
1 change: 1 addition & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zip -FSr eeVR.zip . -x *.git -x *.gitignore -x *.github -x *__pycache__* -x *.vscode* -x */desktop.ini

0 comments on commit f1959e0

Please sign in to comment.