mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2024-11-16 19:56:11 +06:00
13 lines
240 B
Bash
Executable File
13 lines
240 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ ! -f libgourou_bundle_release.tar.xz ] && ./package_sources.sh
|
|
|
|
cp libgourou_bundle_release.tar.xz calibre-plugin/
|
|
|
|
pushd calibre-plugin
|
|
|
|
zip -r ../calibre-plugin.zip *
|
|
|
|
popd
|
|
|
|
rm calibre-plugin/libgourou_bundle_release.tar.xz |