iinsertNameHere / catnap

A highly customizable systemfetch written in nim
https://catnap-fetch.xyz
MIT License
174 stars 10 forks source link

fixed mac install script #146

Closed ruiiiijiiiiang closed 1 week ago

ruiiiijiiiiang commented 1 week ago

Is your pull request linked to an existing issue?

If so, put it here.

What is your pull request about?:

It was failing to build on Mac OS because sometimes the file system may prevent overwriting an existing binary file. I've added a cleaning step before compiling, to explicitly remove the binary file before creating a new one.