Skip to content

Commit

Permalink
mp3tag_fixed: Change pre_uninstall script
Browse files Browse the repository at this point in the history
Signed-off-by: FlawlessCasual17 <[email protected]>
  • Loading branch information
FlawlessCasual17 committed Nov 20, 2024
1 parent 2006df0 commit dd457c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bucket/mp3tag_fixed.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
"Copy-Item \"$scriptsdir\\uninstall-mp3tag-context.cmd\" \"$dir\\uninstall-mp3tag-context.cmd\""
],
"pre_uninstall": [
"reg delete 'HKCU\\SOFTWARE\\Classes\\*\\shell\\&Mp3tag' /f",
"reg delete 'HKCU\\SOFTWARE\\Classes\\*\\shell\\Mp3tag' /f",
"reg delete 'HKCU\\SOFTWARE\\Classes\\Directory\\shell\\&Mp3tag' /f",
"reg delete 'HKCU\\SOFTWARE\\Classes\\Directory\\shell\\Mp3tag' /f"
"if ($cmd -eq 'uninstall') {",
" reg delete 'HKCU\\SOFTWARE\\Classes\\*\\shell\\&Mp3tag' /f",
" reg delete 'HKCU\\SOFTWARE\\Classes\\*\\shell\\Mp3tag' /f",
" reg delete 'HKCU\\SOFTWARE\\Classes\\Directory\\shell\\&Mp3tag' /f",
" reg delete 'HKCU\\SOFTWARE\\Classes\\Directory\\shell\\Mp3tag' /f",
"}"
],
"checkver": {
"url": "https://www.mp3tag.de/en/download.html",
Expand Down

0 comments on commit dd457c9

Please sign in to comment.