sumartian-studios / snake

Snake is a build system written in Go powered by CMake that incorporates features from modern tools like NPM, Flutter, or Cargo. It tries to be faster than regular CMake for larger projects.
MIT License
0 stars 0 forks source link

Downloading the data.zip is completely wrong; it should be embedded into the binary #3

Closed kaiyanlee closed 3 months ago

kaiyanlee commented 3 months ago

I don't know why I went with the downloading approach. Why don't we just embed the zip into the binary and just decompress it in the configuration stage? :woman_facepalming: