Skip to content

Commit 4263447

Browse files
authored
Uninstall script deletes config (#7)
1 parent 65a2721 commit 4263447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ImageCramTasks/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ extension Tasks {
6262

6363
func run() throws {
6464
try runShell("rm -f /usr/local/bin/imagecram")
65+
try runShell("rm -rf ~/Library/Preferences/ImageCram")
6566
}
6667
}
6768
}

0 commit comments

Comments
 (0)