From e6623c0f79a1c856b25c6fbc86b4a2818956adac Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Fri, 14 Aug 2026 15:06:19 +0400 Subject: [PATCH] Windows Bundle building fix --- libraries.rb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libraries.rb b/libraries.rb index 4f879a1..124a9e2 100755 --- a/libraries.rb +++ b/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 = [] @@ -41,4 +52,4 @@ while line = gets end end FileUtils.cp(files, 'libs') -puts "copying libraries done." \ No newline at end of file +puts "copying libraries done."