You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Now can change the list of themes that will be installed:
Install only Papirus and Papirus-Dark:
`make THEMES="Papirus Papirus-Dark" install`
Install all except ePapirus and Papirus-Light
`make IGNORE="ePapirus Papirus-Light" install`
* Deleted `make post-install`. Icon caches now building with
`make install` if DESTDIR is not set
* Added `make dist`
* Added .gitattributes. It excludes tools from releases
0 commit comments