Skip to content

Commit

Permalink
improve kindlegen detection windows (#688)
Browse files Browse the repository at this point in the history
* improve kindlegen detection windows

* add C:\Apps folders
  • Loading branch information
axu2 authored Jun 25, 2024
1 parent e958edd commit 9fe82a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
win_paths = [
os.path.expandvars('%LOCALAPPDATA%\\Amazon\\KC2'),
os.path.expandvars('%LOCALAPPDATA%\\Amazon\\Kindle Previewer 3\\lib\\fc\\bin\\'),
'C:\\Apps\\Kindle Previewer 3\\lib\\fc\\bin',
'D:\\Apps\\Kindle Previewer 3\\lib\\fc\\bin',
'E:\\Apps\\Kindle Previewer 3\\lib\\fc\\bin',
'C:\\Program Files\\7-Zip',
'D:\\Program Files\\7-Zip',
'E:\\Program Files\\7-Zip',
Expand Down

0 comments on commit 9fe82a9

Please sign in to comment.