Add pyinstaller bundle support

Will allow creating generating pre-made builds for windows that do not
require python to be already installed.
This commit is contained in:
Kevin Cathcart
2017-11-15 22:06:53 -05:00
parent 619ad5a716
commit 4271b4430a
3 changed files with 45 additions and 0 deletions

4
bundle/_rt_hook.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
import os
sys.path.append(os.path.join(sys._MEIPASS, "ext"))