Skip to content

Commit

Permalink
Merge pull request #137 from AuWiMo/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ceifa authored May 3, 2024
2 parents 1c47e7c + 83880bc commit a4ca655
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ const mainWindow = new BrowserWindow({
})
```


If you are using Electron-Forge, the following configurations should be made on `forge.config.js`:

```js
module.exports = {
packagerConfig: {
asar: {
unpackDir: "node_modules/steamworks.js/dist/**/*"
}
},
...
```
To make the steam overlay working, call the `electronEnableSteamOverlay` on the end of your `main.js` file:
```js
Expand Down

0 comments on commit a4ca655

Please sign in to comment.