Skip to content

Commit

Permalink
Add PyOhNet bundling for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfather committed Apr 10, 2014
1 parent 1a413b3 commit a895d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle_binaries.py
Expand Up @@ -119,6 +119,7 @@ def main():
t4dir = "Build/Tools"
templateDir = "OpenHome/Net/T4/Templates"
uisdkDir = "OpenHome/Net/Bindings/Js/ControlPoint"
pyDir = "OpenHome/Net/Bindings/Python/PyOhNet"

#if release_type == 'debug':
# builddir = os.path.join(builddir, 'Debug')
Expand Down Expand Up @@ -146,6 +147,7 @@ def main():
recursively_add_directory(tf, t4dir, bundle_fileprefix + "/lib/t4")
recursively_add_directory(tf, templateDir, bundle_fileprefix + "/lib/t4")
recursively_add_directory(tf, uisdkDir, bundle_fileprefix + "/lib/ui")
recursively_add_directory(tf, pyDir, bundle_fileprefix + "/lib/PyOhNet")

if __name__ == "__main__":
main()

0 comments on commit a895d09

Please sign in to comment.