Add bootstrap correctly in pyinstaller
This commit is contained in:
parent
f0513c19b8
commit
b151eed4b6
@ -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", "."),
|
||||
|
Loading…
Reference in New Issue
Block a user