fix: SDL3 dll not being copied

This commit is contained in:
2026-08-09 10:58:07 -04:00
parent 36afa4a59f
commit 90a2391e92
@@ -39,6 +39,7 @@ foreach ($copy in $folderCopies) {
}
$fileCopies = @(
@{ Source = Join-Path $ProjectDir "Windows64\4JLibs\4J_Input\Windows64\vendor\SDL\lib\x64\SDL3.lib"; Dest = "SDL3.dll" },
@{ Source = Join-Path $PSScriptRoot "Contents\Windows64\iggy_w64.dll"; Dest = "iggy_w64.dll" },
@{ Source = Join-Path $PSScriptRoot "Contents\Windows64\mss64.dll"; Dest = "mss64.dll" }
)