fix: goldmapper on ci

This commit is contained in:
neoapps-dev
2026-09-01 14:18:09 +03:00
parent bb5ff4dabe
commit 5a713df2b6
-5
View File
@@ -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) {