mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
51c4fe162c
commit
1f837ca129
@ -72,7 +72,7 @@ class Win32Freeze(Command, WixMixIn):
|
||||
self.lib_dir = self.j(self.base, 'Lib')
|
||||
self.pylib = self.j(self.base, 'pylib.zip')
|
||||
self.dll_dir = self.j(self.base, 'DLLs')
|
||||
self.plugins_dir = os.path.join(self.base, 'plugins')
|
||||
self.plugins_dir = os.path.join(self.base, 'plugins2')
|
||||
|
||||
self.initbase()
|
||||
self.build_launchers()
|
||||
|
@ -92,7 +92,7 @@ def aliasmbcs():
|
||||
|
||||
def add_calibre_vars():
|
||||
sys.resources_location = os.path.join(sys.app_dir, 'resources')
|
||||
sys.extensions_location = os.path.join(sys.app_dir, 'plugins')
|
||||
sys.extensions_location = os.path.join(sys.app_dir, 'plugins2')
|
||||
|
||||
dv = os.environ.get('CALIBRE_DEVELOP_FROM', None)
|
||||
if dv and os.path.exists(dv):
|
||||
|
Loading…
x
Reference in New Issue
Block a user