Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurAztec committed Feb 6, 2023
1 parent 95f8c09 commit 53ef35e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SteamDownloader
Simple application for downloading steam workshop items. This application is usefull for people who wants to play non-steam games with steam workshop addons installed. Simply put link to steam workshop addon and download it to your mods folder or whatever your game/app of choice uses to install addons.
Simple application for downloading steam workshop items. This application is usefull for people who wants to play non-steam games either it`s GOG version or else :> </br>
and have steam workshop addons installed. </br>Simply put link to steam workshop addon and download it to your mods folder or whatever your game/app of choice uses to install addons.
![gif image](https://i.kym-cdn.com/photos/images/original/001/812/916/d0b.gif)
## Tech part 👨‍💻
This app runs on [NodeJS](https://nodejs.org/) using [NodeGui](https://docs.nodegui.org/)
<br/>
Expand All @@ -8,6 +10,10 @@ This app runs on [NodeJS](https://nodejs.org/) using [NodeGui](https://docs.node

Download and install [NodeJS](https://nodejs.org/)
<br/>
Download and install [Cmake](https://cmake.org/)
<br/>
(Optionaly) Download and install [Qt](https://nodejs.org/)
<br/>
Clone repository
```
> cd ./SteamDownloader
Expand All @@ -16,8 +22,13 @@ Clone repository
> npm run build
> npx nodegui-packer --pack ./dist
```
And it's gonna be inside deploy folder. <br/>
If you get errors building it try to use use latest version of NodeGUI, I`m using version 0.44.0 because of a bug related to dll files in version 0.45.0
And it's gonna be inside deploy folder.
<br/>

### In case of build errors try to follow this [Guideline](https://nodejs.org/)
<br/>

### Also you may try to change version of NodeGUI inside package.json file.
<br/>

But anyway big thanks to [NodeGui](https://docs.nodegui.org/) team for providing such great and easy to use GUI library.

0 comments on commit 53ef35e

Please sign in to comment.