Skip to content

Commit bc7518e

Browse files
committed
Await binary install and move origin docs
1 parent ce1dd1c commit bc7518e

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,7 @@ This is a part of [Node3D](https://github.com/node-3d) project.
1414
npm install @node-3d/steam-api
1515
```
1616

17-
## Binary Origin
18-
19-
Release archives are built by this repository's public GitHub Actions workflows.
20-
21-
Attestations: https://github.com/node-3d/steam-api/attestations
22-
23-
To verify a downloaded archive:
2417

25-
```bash
26-
gh release download <tag> -R node-3d/steam-api -p <platform>.gz
27-
gh attestation verify <platform>.gz -R node-3d/steam-api
28-
```
2918

3019
Published packages include prebuilt native binaries.
3120
A consumer install doesn't need a compiler or a local Steamworks SDK copy.
@@ -116,3 +105,16 @@ Maintainers must provide the SDK separately under Valve's Steamworks
116105
terms when building native binaries.
117106

118107
See [BUILD.md](BUILD.md) for local and CI build setup.
108+
109+
## Binary Origin
110+
111+
Release archives are built by this repository's public GitHub Actions workflows.
112+
113+
Attestations: https://github.com/node-3d/steam-api/attestations
114+
115+
To verify a downloaded archive:
116+
117+
```bash
118+
gh release download <tag> -R node-3d/steam-api -p <platform>.gz
119+
gh attestation verify <platform>.gz -R node-3d/steam-api
120+
```

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import { install } from '@node-3d/addon-tools';
33
const prefix = 'https://github.com/node-3d/steam-api/releases/download';
44
const tag = '0.1.0';
55

6-
install(`${prefix}/${tag}`);
6+
await install(`${prefix}/${tag}`);

0 commit comments

Comments
 (0)