Skip to content

Commit

Permalink
Updated artifact_extractor.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3rHorn committed May 10, 2021
1 parent c7cf080 commit 404d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifact_extractor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['artifact_extractor.py'],
pathex=['D:\\Dropbox\\git\\ArtifactExtractor'],
binaries=[],
datas=[('C:\Python27x86\Lib\site-packages\dfvfs\lib\cpio.yaml', 'dfvfs\lib'), ('C:\Python27x86\Lib\site-packages\dfvfs\lib\gzipfile.yaml', 'dfvfs\lib')],
datas=[('D:\OneDrive\git\ArtifactExtractor\\venv\Lib\site-packages\dfvfs\lib\cpio.yaml', 'dfvfs\lib'), ('D:\OneDrive\git\ArtifactExtractor\\venv\Lib\site-packages\dfvfs\lib\gzipfile.yaml', 'dfvfs\lib')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 404d35b

Please sign in to comment.