p1ratrulezzz / brainser

MIT License
237 stars 30 forks source link

build error: "jetbrainser/src/app" src\app\init.go:14:12: pattern resources_enc: no matching files found #14

Closed junkloader closed 1 year ago

junkloader commented 1 year ago

master branch fails to build due to missing embed resource:

go build -tags console -o "bin/jetbrainser-win-x64.exe" "jetbrainser/src/app" src\app\init.go:14:12: pattern resources_enc: no matching files found

Can't seem to find this resource anywhere in the current head of the repo.

p1ratrulezzz commented 1 year ago

Resources must be downloaded separately, it is not to be included here in repo

junkloader commented 1 year ago

For anyone else, the resources are available, at the original location ;)