honghaitzz11 %!s(int64=6) %!d(string=hai) anos
pai
achega
165e2059b5
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      05-makeMobi.js
  2. BIN=BIN
      utils/kindlegen

+ 1 - 1
05-makeMobi.js

@@ -1,5 +1,5 @@
 const shell = require('shelljs');
 const utils = require('./utils/base');
 shell.exec(`zip -p -r ${utils.name}.epub book`);
-shell.exec(`/Users/honghaitao/Applications/KindleGen_Mac_i386_v2_9/kindlegen -c1 ${utils.name}.epub -locale zh`);
+shell.exec(`./utils/kindlegen -c1 ${utils.name}.epub -locale zh`);
 shell.exec(`rm ${utils.name}.epub`);

BIN=BIN
utils/kindlegen