Skip to content

Commit

Permalink
add docs for updating rust assets
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Aug 18, 2021
1 parent bab62c2 commit ae7546f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ At this stage, GitHub actions only builds and releases Windows versions of Atlas
npm run electron:build -- --mac --win --linux
```

## Updating Rust Assets

Atlas uses images and metadata from the Rust game files. These can be updated with the [update_assets.js](./update_assets.js) script.

```shell
node update_assets.js "<drive>:\SteamLibrary\steamapps\common\Rust"
```

## Contributing

If you have a feature request, or find a bug with Atlas, please open an issue here on GitHub.

0 comments on commit ae7546f

Please sign in to comment.