Merge pull request #559 from guardicore/hotfix/pyinstaller-datas-build-path

Hotfix pyinstaller spec file - datas paths
This commit is contained in:
Shay Nehmad 2020-03-02 10:50:07 +02:00 committed by GitHub
commit 48875b003a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def main():
runtime_hooks=None,
binaries=None,
datas=[
("../common/BUILD", "../common/BUILD")
("../common/BUILD", "/common")
],
excludes=None,
win_no_prefer_redirects=None,