p1ratrulezzz / brainser

MIT License
237 stars 30 forks source link

Fixed error when compiling on linux. #4

Closed RAZERZ closed 2 years ago

RAZERZ commented 2 years ago

Perhaps comment is out of block-scope? Running with the commented code returns src/app/init.go:14:12: pattern resources_enc: no matching files found Deleting the line compiles the code fine.

p1ratrulezzz commented 2 years ago

This is a crucial part, it is not needed to delete it. You need to have resources_enc folder in app/src dir to compile. But I can't share this dir here.

Apacelus commented 2 years ago

This is a crucial part, it is not needed to delete it. You need to have resources_enc folder in app/src dir to compile. But I can't share this dir here.

@p1ratrulezzz Where is one supposed to get that folder?