acp icon indicating copy to clipboard operation
acp copied to clipboard

Allow easier uninstallation method

Open SerJaimeLannister opened this issue 1 year ago • 2 comments

I am not exactly sure on how to uninstall acp

SerJaimeLannister avatar Nov 21 '24 12:11 SerJaimeLannister

even though I have removed acp , its still showing as if acp is setup on my machine

SerJaimeLannister avatar Nov 21 '24 12:11 SerJaimeLannister

acp is just a single executable file. You can find out the location of the executable file by which acp on macOS or Linux, or (Get-Command acp).Path on Windows PowerShell. If you remove that file, it effectively uninstalls acp.

Contextualist avatar Nov 21 '24 19:11 Contextualist