Skip to content

Commit

Permalink
get latest DLL for Windows x64
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmachine committed Oct 20, 2024
1 parent 6e2a244 commit 78c7470
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed src/richchk/mpq/stormlib/dlls/windows/Storm.dll
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/richchk/mpq/stormlib/stormlib_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StormLibFinder:
_SCRIPT_PATH = os.path.dirname(__file__)
_MAC_STORM_INTEL = os.path.join(_SCRIPT_PATH, "dlls/macos/libStorm.dylib")
_MAC_STORM_M1 = os.path.join(_SCRIPT_PATH, "dlls/macos/libstorm.9.22.0.dylib")
_WINDOWS_STORM = os.path.join(_SCRIPT_PATH, "dlls\\windows\\Storm.dll")
_WINDOWS_STORM = os.path.join(_SCRIPT_PATH, "dlls\\windows\\StormLib.dll")
_LINUX_STORM_X86_64 = os.path.join(_SCRIPT_PATH, "dlls/linux/libstorm.so.9.22.0")

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion test/chk_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _extract_chk_section_name_from_file_path(file_path: str) -> str:
Path.joinpath(_RESOURCES_DIR_PATH, "stormlib/linux/libstorm.so.9.22.0")
).absolute()
WINDOWS_STORMLIB = Path(
Path.joinpath(_RESOURCES_DIR_PATH, "stormlib/windows/Storm.dll")
Path.joinpath(_RESOURCES_DIR_PATH, "stormlib/windows/StormLib.dll")
).absolute()

EXAMPLE_STARCRAFT_SCX_MAP = Path(
Expand Down
Binary file removed test/resources/stormlib/windows/Storm.dll
Binary file not shown.
Binary file added test/resources/stormlib/windows/StormLib.dll
Binary file not shown.

0 comments on commit 78c7470

Please sign in to comment.