build error: "jetbrainser/src/app" src\app\init.go:14:12: pattern resources_enc: no matching files found
junkloader opened this issue · comments
junkloader commented
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
Resources must be downloaded separately, it is not to be included here in repo
junkloader commented
For anyone else, the resources are available, at the original location ;)