Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
387 stars 131 forks source link

Issue updating to a new Steamkit version #96

Closed Nuc1eoN closed 5 years ago

Nuc1eoN commented 5 years ago

Hi first of all thanks for the great work you have done!

I have tried updating to a new SteamKit version following your instructions from the readme, however I am getting this error:

$ go run generator.go clean proto steamlang
# Cleaning
# Building Steam Language
> Cannot open assembly './GoSteamLanguageGenerator/bin/Debug/GoSteamLanguageGenerator.exe': No such file or directory.
> exit status 2
exit status 1

I'm on Linux so not sure why it looks for that .exe file tbh. Any ideas?

Nuc1eoN commented 5 years ago

Ok nvm I have missed the readme instructions under generator/