Skip to content

Commit

Permalink
win32: Update bbfreeze script.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Jul 14, 2013
1 parent 9ee9831 commit 2114ae3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions win32/build-bbfreeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
includes = ("requests", "re", "xml", "xml.dom.minidom",
"zlib", "ctypes", "argparse", "hmac", "tempfile",
"os", "sys", "subprocess", "getpass", "msvcrt",
"urllib", "urlparse", "pkgutil", "imp")
"urllib", "urlparse", "pkgutil", "imp", "ast")

dst = "..\\build-win32\\livestreamer-bbfreeze-" + build_version + "\\"
freezer_path = os.path.dirname(os.path.abspath(__file__))
dst = "{0}\\..\\build-win32\\livestreamer-bbfreeze-{1}\\".format(freezer_path, build_version)

f = Freezer(dst, includes=includes)
f.include_py = False
Expand Down

0 comments on commit 2114ae3

Please sign in to comment.