d-rez / gbz_overlay

Gameboy Zero status icon overlay display
61 stars 20 forks source link

Current release of Material Design Icons won't work with the scripts #4

Open tusabez opened 3 years ago

tusabez commented 3 years ago

It looks like the current release of Material Design Icons has had a change in directories and no longer works with the script. I ended up having to clone the whole repository and then ran get checkout 3.0.2 to get the previous commit so the script could work with it. Not sure if that's the best way to do it but figured I can give others a head's up.

nchowning commented 2 years ago

A workaround that I used for now:

cd ~src/
mkdir material-design-icons-master && cd material-design-icons-master
git init
git remote add origin -f https://github.com/google/material-design-icons.git
git checkout tags/3.0.2

That should just pull down the 3.0.2 tag without having to pull down all of master.