Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Nov 3, 2024
2 parents b02a3fc + 068336c commit 806b613
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- GPU acceleration for SteamVR overlays (Community contribution by [BenjaminZehowlt](https://github.com/BenjaminZehowlt))

## [1.14.6]

### Fixed

- Fixed parsing of new VRChat join/leave log format
Expand Down
2 changes: 1 addition & 1 deletion scripts/steam/1-prepare-steam-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Clean up pre-existing files
rm -rf SteamSDK
# Unzip the SteamWorks SDK
unzip scripts/steam/lib/steamworks_sdk_159.zip -d SteamSDK
unzip scripts/steam/lib/steamworks_sdk_160.zip -d SteamSDK
# Create Depot folders
mkdir -p SteamSDK/sdk/tools/ContentBuilder/content/Win64
mkdir -p SteamSDK/sdk/tools/ContentBuilder/content/Win64_CN
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions src-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-ui/app/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class TelemetryService {
if (this.trackedJSErrors.includes(errorData)) return;
this.trackedJSErrors.push(errorData);
this.trackEvent('ui_js_error', {
message: e.message,
errorData,
});
});
}
Expand Down

0 comments on commit 806b613

Please sign in to comment.