forked from soutade/libgourou
Fix bug : -o option not handled in acsmdownloader
This commit is contained in:
parent
429fe34e8e
commit
7adc6a0fc1
|
@ -40,7 +40,7 @@
|
||||||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBGOUROU_VERSION "0.1"
|
#define LIBGOUROU_VERSION "0.1.1"
|
||||||
|
|
||||||
namespace gourou
|
namespace gourou
|
||||||
{
|
{
|
||||||
|
|
|
@ -82,6 +82,8 @@ public:
|
||||||
else
|
else
|
||||||
filename += ".epub";
|
filename += ".epub";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
filename = outputFile;
|
||||||
|
|
||||||
if (outputDir)
|
if (outputDir)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user