Skip to content

Commit

Permalink
Merge pull request #23 from deiteris/main
Browse files Browse the repository at this point in the history
Update NScurl with a fix for CAfile error
  • Loading branch information
Eirenliel authored Feb 5, 2022
2 parents affeb0b + 70263d8 commit e43e8ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified windows/web/plugins/NScurl/amd64-unicode/NScurl.dll
Binary file not shown.
Binary file modified windows/web/plugins/NScurl/x86-ansi/NScurl.dll
Binary file not shown.
Binary file modified windows/web/plugins/NScurl/x86-unicode/NScurl.dll
Binary file not shown.
1 change: 1 addition & 0 deletions windows/web/slimevr_web_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Var STEAMVRDIR_DEST
# Init functions start #
# Detect Steam installation and prevent installation if none found
Function .onInit
InitPluginsDir
${If} ${RunningX64}
ReadRegStr $0 HKLM SOFTWARE\WOW6432Node\Valve\Steam InstallPath
${Else}
Expand Down

0 comments on commit e43e8ba

Please sign in to comment.