Added oggenc2.exe to the list of requirement files

This commit is contained in:
Manuel Cortez 2018-12-25 17:13:38 -06:00
parent 46ba62d346
commit f191ed42da
3 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from glob import glob
def get_architecture_files():
if platform.architecture()[0][:2] == "32":
return [
("", ["../windows-dependencies/x86/bootstrap.exe"]),
("", ["../windows-dependencies/x86/oggenc2.exe", "../windows-dependencies/x86/bootstrap.exe"]),
("Microsoft.VC90.CRT", glob("../windows-dependencies/x86/Microsoft.VC90.CRT/*")),
("Microsoft.VC90.MFC", glob("../windows-dependencies/x86/Microsoft.VC90.MFC/*")),]
elif platform.architecture()[0][:2] == "64":

Binary file not shown.

Binary file not shown.