File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,7 @@ This is a part of [Node3D](https://github.com/node-3d) project.
1414npm 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
3019Published packages include prebuilt native binaries.
3120A 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
116105terms when building native binaries.
117106
118107See [ 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+ ```
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import { install } from '@node-3d/addon-tools';
33const prefix = 'https://github.com/node-3d/steam-api/releases/download' ;
44const tag = '0.1.0' ;
55
6- install ( `${ prefix } /${ tag } ` ) ;
6+ await install ( `${ prefix } /${ tag } ` ) ;
You can’t perform that action at this time.
0 commit comments