Skip to content

Commit 2ab15fc

Browse files
committed
Update README to include zip script
1 parent 32b0f4c commit 2ab15fc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ While working on any of the scripts, run this to update the plugin in Calibre an
1212
```shell
1313
calibre-customize -b . && calibre-debug -g
1414
```
15+
16+
## Build a release
17+
18+
Run this to zip all PY files together:
19+
20+
```shell
21+
./zip.sh
22+
```

zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
zip CalibreLibgenStore.zip *.txt *.py
3+
zip CalibreLibgenStore.zip *.py

0 commit comments

Comments
 (0)