JoseExposito / touche

The desktop application to configure Touchégg
GNU General Public License v3.0
543 stars 26 forks source link

Sorry, I want to uninstall, but i am dont know how to do #80

Closed xiaobu-zefa closed 2 years ago

xiaobu-zefa commented 2 years ago

dear you: I am using ubuntu22.4. I download the release-2.0.6 and decompress it. I run command npm run install and npm run build then the software is installed. now, i want to uninstall it, but i dont know how to do...

JoseExposito commented 2 years ago

Hi!

You can use ninja:

$ ninja -C build uninstall

Best wishes, Jose