Skip to content

Commit

Permalink
[SCRIPTS] Updated scripts files to fix problem with file hash (on Ubu…
Browse files Browse the repository at this point in the history
…ntu)
  • Loading branch information
Francisco Dias committed Feb 6, 2023
1 parent 1ff82fb commit 0441c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ exit /b 0
:: ----------------------------------------------------------------------------------------------------
:setupLinux

set SDK_SOURCE="%SDK_PATH%\redistributable_bin\osx\libsteam_api.dylib"
set SDK_SOURCE="%SDK_PATH%\redistributable_bin\linux64\libsteam_api.so"
call %Utils% assertFileHash %SDK_SOURCE% %SDK_HASH_LINUX% "Steam SDK"

echo "Copying Linux (64 bit) dependencies"
Expand Down

0 comments on commit 0441c3d

Please sign in to comment.