Skip to content

Commit

Permalink
sudachi: Fix an unpaired bracket in pre_install (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchLee authored Jul 8, 2024
1 parent 8ccd72a commit 76f37fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/sudachi.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\sudachi\\*\" -Destination \"$persist_dir\\user\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\sudachi\" -Recurse",
" }"
" }",
"}"
],
"bin": [
"sudachi.exe",
Expand Down

0 comments on commit 76f37fc

Please sign in to comment.