mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Windows Bundle building fix
This commit is contained in:
parent
9c23318de8
commit
e6623c0f79
1 changed files with 13 additions and 2 deletions
13
libraries.rb
13
libraries.rb
|
|
@ -27,7 +27,18 @@ BLACKLIST = [
|
|||
"GDI32.dll",
|
||||
"gdi32full.dll",
|
||||
"WINMM.dll",
|
||||
"DWrite.dll"
|
||||
"DWrite.dll",
|
||||
"VERSION.dll",
|
||||
"Secur32.dll",
|
||||
"IMM32.DLL",
|
||||
"IPHLPAPI.DLL",
|
||||
"ole32.dll",
|
||||
"OLEAUT32.dll",
|
||||
"SETUPAPI.dll",
|
||||
"SHELL32.DLL",
|
||||
"SSPICLI.DLL",
|
||||
"USP10.DLL",
|
||||
"WS2_32.dll"
|
||||
]
|
||||
|
||||
files = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue