mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Libraries from keys are copied in setup
This commit is contained in:
parent
7c65a96a2b
commit
eef78cb8dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ src/Microsoft.VC90.CRT
|
||||
src/Microsoft.VC90.MFC
|
||||
src/launcher.bat
|
||||
src/sounds/iOs
|
||||
release-snapshot/
|
@ -47,6 +47,8 @@ def get_data():
|
||||
("dropbox", ["trusted-certs.crt"]),
|
||||
("requests", ["cacert.pem"]),
|
||||
("accessible_output2/lib", glob("accessible_output2/lib/*.dll")),
|
||||
("keys/lib", glob("keys/lib/*.dll")),
|
||||
|
||||
]+get_sounds()+get_locales()+get_documentation()+sound_lib.find_datafiles()+accessible_output2.find_datafiles()+enchant.utils.win32_data_files()+get_architecture_files()
|
||||
|
||||
def get_documentation ():
|
||||
|
Loading…
Reference in New Issue
Block a user