mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-08-14 03:52:22 -04:00
BETA: Migration code from DeACSM to ACSM Input
Do not use this version yet unless you have a backup of your account data
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf calibre-plugin-tmp || /bin/true
|
||||
|
||||
mkdir calibre-plugin-tmp
|
||||
cp migration_plugin/* calibre-plugin-tmp/
|
||||
cp LICENSE calibre-plugin-tmp/
|
||||
|
||||
pushd calibre-plugin-tmp
|
||||
|
||||
# Create ZIP file from calibre-plugin folder.
|
||||
zip -r ../calibre-migration-plugin.zip *
|
||||
|
||||
popd
|
||||
rm -rf calibre-plugin-tmp
|
||||
|
||||
Reference in New Issue
Block a user