Skip to content

Commit

Permalink
document make_zip.sh, delete commented code
Browse files Browse the repository at this point in the history
gandalf3 committed Aug 6, 2020
1 parent a6f1ac1 commit b512604
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,3 +16,4 @@ This addon doesn't have a UI. Once it's enabled, linked libraries should just re
## Dependencies

Uses [`watchdog`](https://github.com/gorakhargosh/watchdog/) to watch for file changes. This is automatically included in the release zip, so you only need to worry about this if you wish to run the unpackaged source code.
A script `make_zip.sh` is included which generates such a bundled `.zip` archive, though it isn't terribly robust.
2 changes: 0 additions & 2 deletions make_zip.sh
Original file line number Diff line number Diff line change
@@ -18,5 +18,3 @@ orig_name=$(basename "$orig_dir")
cd ".."
zip -r "$orig_dir/$orig_name.zip" "$orig_name" -x "*__pycache__*" "*.git*" "$orig_name/make_zip.sh" "$orig_name/$orig_name.zip"
cd "$orig_dir"
# mv "$build_dir/$addon_name.zip" ./
# rm -r "$build_dir"

0 comments on commit b512604

Please sign in to comment.