Joplin (note/to-do application, evernote alternative)
This commit is contained in:
7
packages/joplin/tools/chocolateyuninstall.ps1
Executable file
7
packages/joplin/tools/chocolateyuninstall.ps1
Executable file
@@ -0,0 +1,7 @@
|
||||
#Joplin uninstaller
|
||||
|
||||
if (Test-Path "$env:ProgramFiles\Joplin\Uninstall Joplin.exe") {
|
||||
& "$env:ProgramFiles\Joplin\Uninstall Joplin.exe" /S
|
||||
} else {
|
||||
Write-Host 'could not detect Joplin'
|
||||
}
|
||||
Reference in New Issue
Block a user