We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9be3b commit 11137b9Copy full SHA for 11137b9
bucket/cherry-studio.json
@@ -24,6 +24,7 @@
24
" Copy-Item -Path $env:APPDATA\\CherryStudio\\* -Destination \"$persist_dir\\data\" -Force -Recurse",
25
" Remove-Item $env:APPDATA\\CherryStudio -Force -Recurse",
26
"}",
27
+ "Remove-Item \"$env:APPDATA\\Microsoft\\Windows\\Start Menu\\Programs\\Cherry Studio.lnk\"",
28
"New-Item -ItemType Junction -Path $env:APPDATA\\CherryStudio -Target $persist_dir\\data | Out-Null"
29
],
30
"uninstaller": {
0 commit comments