The tuple is from source file to dst folder

https://stackoverflow.com/a/59710336/4119906
This commit is contained in:
Shay Nehmad 2020-03-01 18:00:57 +02:00
parent 90c3502f0d
commit 160d645fc2
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,