changed libgourou binary names

This commit is contained in:
benton 2021-07-27 12:05:51 -05:00
parent 41ababd056
commit 00db033981
2 changed files with 11 additions and 11 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1627000145, "lastModified": 1627256311,
"narHash": "sha256-ajj96BcrbwLfVQ0jBd4Ut3qN6bNN9wYi44lTcZbczmk=", "narHash": "sha256-NEDsexz3lNmaLm6nSHURsmgNX592b3fcNR2fzEuk3U0=",
"owner": "BentonEdmondson", "owner": "BentonEdmondson",
"repo": "inept-epub", "repo": "inept-epub",
"rev": "2847a5fb65952ac717d7e9a057d365bfef5e5f00", "rev": "b992adc8be351c00673a032df10552d7bc577290",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1626999876, "lastModified": 1627404663,
"narHash": "sha256-lBbUrNfuat4IsjEAP5icOyMPN4pojmShe/1An4VZ4Tg=", "narHash": "sha256-SnuVDohY/jnoN1oUGtYZBgDAqdVvETB6yuEuUiwzIOA=",
"owner": "BentonEdmondson", "owner": "BentonEdmondson",
"repo": "libgourou-utils", "repo": "libgourou-utils",
"rev": "cc532837b164ffd2c4a9e4351702f96a47e2f244", "rev": "67e6e7ba08832c716ea156d80c9b3b26adb3cfd2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1626852498, "lastModified": 1627128856,
"narHash": "sha256-lOXUJvi0FJUXHTVSiC5qsMRtEUgqM4mGZpMESLuGhmo=", "narHash": "sha256-yw3lA8zyNFhj309lmxvNByEEymRT1rRy5oE+jEPnsP4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "16105403bdd843540cbef9c63fc0f16c1c6eaa70", "rev": "dd14e5d78e90a2ccd6007e569820de9b4861a6c2",
"type": "github" "type": "github"
}, },
"original": { "original": {

4
knock
View file

@ -27,7 +27,7 @@ if not args.adobe_dir.exists():
print('Registering this device with Adobe...') print('Registering this device with Adobe...')
subprocess.check_call([ subprocess.check_call([
'activate', 'adept-register',
'-u', email, '-u', email,
'-p', password, '-p', password,
'-O', str(args.adobe_dir) '-O', str(args.adobe_dir)
@ -36,7 +36,7 @@ if not args.adobe_dir.exists():
print('Downloading the EPUB file from Adobe...') print('Downloading the EPUB file from Adobe...')
subprocess.check_call([ subprocess.check_call([
'acsmdownloader', 'adept-download',
'-d', str(args.adobe_dir.joinpath('device.xml')), '-d', str(args.adobe_dir.joinpath('device.xml')),
'-a', str(args.adobe_dir.joinpath('activation.xml')), '-a', str(args.adobe_dir.joinpath('activation.xml')),
'-k', str(args.adobe_dir.joinpath('devicesalt')), '-k', str(args.adobe_dir.joinpath('devicesalt')),