Skip to content

NodeJS version of my app for downloading steamworkshop assets

License

Notifications You must be signed in to change notification settings

TimurAztec/SteamDownloader

Repository files navigation

SteamDownloader

Simple application for downloading steam workshop items. This application is usefull for people who wants to play non-steam versions of games and have 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.

Tech part 👨‍💻

This app runs on NodeJS using NodeGui

To build app yourself:


Download and install NodeJS
Download and install Cmake
(Optionaly) Download and install Qt
Clone repository

> cd ./SteamDownloader
> npm install
> npx nodegui-packer --init SteamDownloader
> npm run build
> npx nodegui-packer --pack ./dist

And it's gonna be inside deploy folder.

In case of build errors try to follow this Guideline


Also you may try to change version of NodeGUI inside package.json file.


But anyway big thanks to NodeGui team for providing such great and easy to use GUI library.

About

NodeJS version of my app for downloading steamworkshop assets

Resources

License

Stars

Watchers

Forks

Packages

No packages published