Skip to content

Commit a9940d9

Browse files
committed
Fix uninstaller script logic
1 parent 5121ff9 commit a9940d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bucket/jackett.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"uninstaller": {
1616
"script": [
17-
"'JacketTray', 'JacketConsole', 'JacketService' | ForEach-Object {",
17+
"'JackettTray', 'JackettConsole', 'JackettService' | ForEach-Object {",
1818
" Stop-Process -Name $_ -Force -ErrorAction SilentlyContinue",
1919
"}",
2020
"Start-Sleep -Milliseconds 1500"

bucket/stremio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"uninstaller": {
3333
"script": [
3434
"if ($cmd -eq 'uninstall') { reg import \"$dir\\uninstall-context.reg\" }",
35-
"Stop-Process -Name 'stremio.exe' -Force -ErrorAction SilentlyContinue",
35+
"Stop-Process -Name 'stremio' -Force -ErrorAction SilentlyContinue",
3636
"Start-Sleep -Milliseconds 1500"
3737
]
3838
},

0 commit comments

Comments
 (0)