mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Setup.py: Fixed syntax error
This commit is contained in:
parent
1cebb29bdc
commit
eb87d924c2
@ -39,7 +39,7 @@ def get_architecture_files():
|
|||||||
return [
|
return [
|
||||||
("", ["../windows-dependencies/x64/oggenc2.exe", "../windows-dependencies/x64/bootstrap.exe", "../windows-dependencies/x64/libvlc.dll", "../windows-dependencies/x64/libvlccore.dll"]),
|
("", ["../windows-dependencies/x64/oggenc2.exe", "../windows-dependencies/x64/bootstrap.exe", "../windows-dependencies/x64/libvlc.dll", "../windows-dependencies/x64/libvlccore.dll"]),
|
||||||
("Microsoft.VC90.CRT", glob("../windows-dependencies/x64/Microsoft.VC90.CRT/*")),
|
("Microsoft.VC90.CRT", glob("../windows-dependencies/x64/Microsoft.VC90.CRT/*")),
|
||||||
("Microsoft.VC90.MFC", glob("../windows-dependencies/x64/Microsoft.VC90.MFC/*")),]
|
("Microsoft.VC90.MFC", glob("../windows-dependencies/x64/Microsoft.VC90.MFC/*")),
|
||||||
("plugins", glob("../windows-dependencies/x64/plugins/*/*.dll")),]
|
("plugins", glob("../windows-dependencies/x64/plugins/*/*.dll")),]
|
||||||
|
|
||||||
def get_data():
|
def get_data():
|
||||||
|
Loading…
Reference in New Issue
Block a user