Skip to content

Commit 766b649

Browse files
committed
calibre: Fix uninstaller script
1 parent 8dbc622 commit 766b649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bucket/calibre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"uninstaller": {
117117
"script": [
118118
"if ($cmd -eq 'uninstall') {",
119-
" reg import \"$dir\\install-associations.reg\" *> $null",
119+
" reg import \"$dir\\uninstall-associations.reg\" *> $null",
120120
" reg import \"$dir\\unregister-url-handler.reg\" *> $null",
121121
"}"
122122
]

0 commit comments

Comments
 (0)