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:
Florian Bach
2022-10-08 17:51:15 +02:00
parent 2bb0d0334f
commit 79be3e3d87
15 changed files with 226 additions and 67 deletions
+16
View File
@@ -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