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.
This app runs on NodeJS using NodeGui
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
But anyway big thanks to NodeGui team for providing such great and easy to use GUI library.