Skip to content

Commit 11137b9

Browse files
authored
Remove cherry-studio auto-generated lnk
1 parent ae9be3b commit 11137b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bucket/cherry-studio.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
" Copy-Item -Path $env:APPDATA\\CherryStudio\\* -Destination \"$persist_dir\\data\" -Force -Recurse",
2525
" Remove-Item $env:APPDATA\\CherryStudio -Force -Recurse",
2626
"}",
27+
"Remove-Item \"$env:APPDATA\\Microsoft\\Windows\\Start Menu\\Programs\\Cherry Studio.lnk\"",
2728
"New-Item -ItemType Junction -Path $env:APPDATA\\CherryStudio -Target $persist_dir\\data | Out-Null"
2829
],
2930
"uninstaller": {

0 commit comments

Comments
 (0)