add paperkey.html to pyinstaller spec

This commit is contained in:
Marian Beermann 2017-02-13 00:37:27 +01:00
parent 33aeb22092
commit bb626034ee
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ block_cipher = None
a = Analysis([os.path.join(basepath, 'borg/__main__.py'), ],
pathex=[basepath, ],
binaries=[],
datas=[],
datas=[
('../borg/paperkey.html', 'borg'),
],
hiddenimports=['borg.platform.posix'],
hookspath=[],
runtime_hooks=[],