This commit is contained in:
Kovid Goyal 2011-06-06 06:34:52 -06:00
parent 51c4fe162c
commit 1f837ca129
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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):