vinceliuice / McMojave-circle

McMojave-circle icon theme for linux desktops
GNU General Public License v3.0
393 stars 43 forks source link

--name option doesn't work #16

Closed arun54321 closed 4 years ago

arun54321 commented 4 years ago

./install.sh -d ~/.local/share/icons --name "mojavaecirclefolder" -c
ERROR: Unrecognized installation option 'mojavaecirclefolder'. Try './install.sh --help' for more information.

vinceliuice commented 4 years ago

You only need to run this: ./install.sh -c -n mojavaecirclefolder

vinceliuice commented 4 years ago

-c must put before -n

arun54321 commented 4 years ago

Okay then.