From 89a5408c2d562934329aa5c945815642a1f855bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Wed, 3 Nov 2021 13:54:44 +0100 Subject: [PATCH] Update README_package.md --- README_package.md | 6 +++--- include/libgourou.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_package.md b/README_package.md index b86bfb2..9eed9ab 100644 --- a/README_package.md +++ b/README_package.md @@ -27,19 +27,19 @@ Utils You can import configuration from your eReader or create a new one with utils/activate : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/activate -u + ./activate -u Then a _./.adept_ directory is created with all configuration file To download an ePub/PDF : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/acsmdownloader -f + ./acsmdownloader -f To export your private key : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/acsmdownloader --export-private-key [-o adobekey_1.der] + ./acsmdownloader --export-private-key [-o adobekey_1.der] Sources diff --git a/include/libgourou.h b/include/libgourou.h index dea43a0..fe41f8a 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -40,7 +40,7 @@ #define ACS_SERVER "http://adeactivate.adobe.com/adept" #endif -#define LIBGOUROU_VERSION "0.4.1" +#define LIBGOUROU_VERSION "0.4.2" namespace gourou {