Skip to content

Commit

Permalink
Update auxmos.dll with mark's version to fix windows issues (#3872)
Browse files Browse the repository at this point in the history
## About The Pull Request

Windows hosts were reporting that atmos wasnt working correctly. I
compiled and tested a local version of auxmos to test and confirm it
fixed it. Mark then checked and discovered the Auxmos dll wasn't
compiled with the correct feature flags in the repository. They are now.

This DLL is grabbed from
https://github.com/shiptest-ss13/auxmos/releases/tag/v2.5.5.3 and its
SHA256 checksum is
`d6bc779994d83649a9113b26664f548c15616523c1e5a6b10c3ac207186c3590`

That can be cross referenced with this one in this PR to verify it is
unaltered. If you have 7-zip installed with the shell menu, you can
right click the downloaded files and go to 7-zip > CRC SHA > SHA256.

Or use the powershell command `get-fileHash -path '.\auxmos.dll'`

## Changelog
:cl: MarkSuckerberg & Anticept
fix: auxmos updated with correct feature flags, windows atmos hosts will
function correctly again.
/:cl:
  • Loading branch information
Anticept authored Dec 4, 2024
1 parent 6a89219 commit d2ff7eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified auxmos.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export PYTHON_VERSION=3.9.0
export AUXMOS_REPO=https://github.com/shiptest-ss13/auxmos

#auxmos version
export AUXMOS_VERSION=v2.5.5.2
export AUXMOS_VERSION=v2.5.5.3

0 comments on commit d2ff7eb

Please sign in to comment.