mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-18 18:19:16 -05:00
add paperkey.html to pyinstaller spec
This commit is contained in:
parent
44798e0edd
commit
11318c94dc
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,9 @@ block_cipher = None
|
|||
a = Analysis([os.path.join(basepath, 'src/borg/__main__.py'), ],
|
||||
pathex=[basepath, ],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
datas=[
|
||||
('../src/borg/paperkey.html', 'borg'),
|
||||
],
|
||||
hiddenimports=['borg.platform.posix'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue