From 5a713df2b6af845a7d1de58876ad1b3b0d5c7db0 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Tue, 1 Sep 2026 14:17:27 +0300 Subject: [PATCH] fix: goldmapper on ci --- scripts/build-goldmapper.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/build-goldmapper.mjs b/scripts/build-goldmapper.mjs index 020ce95..41a4cc6 100644 --- a/scripts/build-goldmapper.mjs +++ b/scripts/build-goldmapper.mjs @@ -51,11 +51,6 @@ const outputs = [ names: ["GoldMapperLib.dll", "libGoldMapperLib.dll"], //neo: dont ask me vro idk why it does that }, { source: "GoldMapperLauncher.exe", names: ["GoldMapperLauncher.exe"] }, - { - source: "SDL2.dll", - names: ["SDL2.dll"], - dir: path.join(GOLDMAPPER_DIR, "third_party", "SDL2-2.32.6", "lib", "x64"), - }, ]; for (const entry of outputs) {