mirror of
https://github.com/ciromattia/kcc
synced 2025-12-20 13:11:47 +00:00
improve kindlegen detection windows (#688)
* improve kindlegen detection windows * add C:\Apps folders
This commit is contained in:
3
kcc.py
3
kcc.py
@@ -50,6 +50,9 @@ elif sys.platform.startswith('win'):
|
|||||||
win_paths = [
|
win_paths = [
|
||||||
os.path.expandvars('%LOCALAPPDATA%\\Amazon\\KC2'),
|
os.path.expandvars('%LOCALAPPDATA%\\Amazon\\KC2'),
|
||||||
os.path.expandvars('%LOCALAPPDATA%\\Amazon\\Kindle Previewer 3\\lib\\fc\\bin\\'),
|
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',
|
'C:\\Program Files\\7-Zip',
|
||||||
'D:\\Program Files\\7-Zip',
|
'D:\\Program Files\\7-Zip',
|
||||||
'E:\\Program Files\\7-Zip',
|
'E:\\Program Files\\7-Zip',
|
||||||
|
|||||||
Reference in New Issue
Block a user