Skip to content

Commit

Permalink
Bump to version 10731
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Sep 8, 2022
1 parent 70cb310 commit c55c293
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubisoft-demux",
"version": "1.10715.0",
"version": "1.10731.0",
"description": "A Node.js client to interact with Ubisoft Connect's protobuf demux API",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* The launcher version sent to the demux API on startup. It can be found in the upc.exe file properties (e.g. File version: 132.2.0.10690)
*/
export const API_VERSION = 10715;
export const API_VERSION = 10731;
5 changes: 2 additions & 3 deletions src/ubisoft-file-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class UbisoftFileParser {
}

/**
* Parse the contents of `Registry(HKLM\SOFTWARE\WOW6432Node\Ubisoft\Launcher\InstallDir)\cache\download\{user guid}`
* Parse the contents of `Registry(HKLM\SOFTWARE\WOW6432Node\Ubisoft\Launcher\InstallDir)\cache\download\{appId guid}`
* @param downloadCache Raw contents of the download cache
* @returns Decoded object of file
*/
Expand Down Expand Up @@ -112,8 +112,7 @@ export class UbisoftFileParser {
}

/**
* Parse the contents of `{game install directory}\uplay_download\{game ID}\{manifest hash}.state`
* or `{game install directory}\uplay_install.state`
* Parse the contents of `{game install directory}\uplay_install.state`
* @param downloadManifest Raw contents of the download/install state
* @returns Decoded object of file
*/
Expand Down

0 comments on commit c55c293

Please sign in to comment.