'update'
This commit is contained in:
@@ -139,6 +139,8 @@ def sync_source_files(config_module):
|
||||
(config_module.IBOOKS_ANNOTATION_SHM, config_module.LOCAL_ANNOTATION_SHM),
|
||||
(config_module.IBOOKS_ANNOTATION_WAL, config_module.LOCAL_ANNOTATION_WAL),
|
||||
(config_module.IBOOKS_LIBRARY_DB, config_module.LOCAL_LIBRARY_DB),
|
||||
(config_module.IBOOKS_LIBRARY_DB + '-shm', config_module.LOCAL_LIBRARY_DB + '-shm'),
|
||||
(config_module.IBOOKS_LIBRARY_DB + '-wal', config_module.LOCAL_LIBRARY_DB + '-wal'),
|
||||
(config_module.IBOOKS_BOOKS_PLIST, config_module.LOCAL_BOOKS_PLIST)
|
||||
]
|
||||
for src, dst in src_files:
|
||||
|
||||
Reference in New Issue
Block a user