Added oggenc2.exe to the list of requirement files
This commit is contained in:
parent
46ba62d346
commit
f191ed42da
@ -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":
|
||||
|
BIN
windows-dependencies/x64/oggenc2.exe
Normal file
BIN
windows-dependencies/x64/oggenc2.exe
Normal file
Binary file not shown.
BIN
windows-dependencies/x86/oggenc2.exe
Normal file
BIN
windows-dependencies/x86/oggenc2.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user