mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
fix: goldmapper on ci
This commit is contained in:
@@ -51,11 +51,6 @@ const outputs = [
|
|||||||
names: ["GoldMapperLib.dll", "libGoldMapperLib.dll"], //neo: dont ask me vro idk why it does that
|
names: ["GoldMapperLib.dll", "libGoldMapperLib.dll"], //neo: dont ask me vro idk why it does that
|
||||||
},
|
},
|
||||||
{ source: "GoldMapperLauncher.exe", names: ["GoldMapperLauncher.exe"] },
|
{ 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) {
|
for (const entry of outputs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user