lolocomotive / Klient

Unofficial flutter client for the Skolengo / Kosmos / K-d'école education management system (ENT)
GNU General Public License v3.0
14 stars 1 forks source link

Fix build #34

Open lolocomotive opened 1 year ago

lolocomotive commented 1 year ago

Currently, if you attempt to build the project it looks for a .git/ORIG_HEAD file which is not present unless you do some git hackery. Since the information given by this is not really important, it could be removed. It would also be better if this caused a runtime and not compile time error. Fixing this would also make CI builds easier/possible.