diff --git a/GoldMapper b/GoldMapper index b0157f9..cb7ec4c 160000 --- a/GoldMapper +++ b/GoldMapper @@ -1 +1 @@ -Subproject commit b0157f9d312ce4d8d54dd38f1a89b38a3bf9d7b1 +Subproject commit cb7ec4c8e4d4e5659930ec1a8e4059501ef7ac56 diff --git a/scripts/build-goldmapper.sh b/scripts/build-goldmapper.sh index 2c06c04..459c938 100755 --- a/scripts/build-goldmapper.sh +++ b/scripts/build-goldmapper.sh @@ -35,5 +35,6 @@ echo "Copying binaries to resources..." mkdir -p "$RESOURCES_DIR" cp "$BUILD_DIR/GoldMapperLib.dll" "$RESOURCES_DIR/" cp "$BUILD_DIR/GoldMapperLauncher.exe" "$RESOURCES_DIR/" +cp "$BUILD_DIR/../third_party/SDL2-2.32.6/lib/x64/SDL2.dll" "$RESOURCES_DIR/" echo "GoldMapper build complete." diff --git a/src-tauri/resources/SDL2.dll b/src-tauri/resources/SDL2.dll new file mode 100644 index 0000000..686d996 Binary files /dev/null and b/src-tauri/resources/SDL2.dll differ