Add bootstrap correctly in pyinstaller

This commit is contained in:
Manuel Cortez 2019-01-01 21:19:29 -06:00
parent f0513c19b8
commit b151eed4b6

View File

@ -7,7 +7,7 @@ a = Analysis(['main.py'],
binaries=[("sounds", "sounds"),
("locales", "locales"),
("..\\windows-dependencies\\x86\\oggenc2.exe", "."),
("bootstrap.exe", "."),
("..\\windows-dependencies\\x86\\bootstrap.exe", "."),
("app-configuration.defaults", "."),
("session.defaults", "."),
("cacert.pem", "."),