Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Oct 6, 2024
1 parent ac480a0 commit ed8b3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/defaults/customize-sandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ if (Test-Path "${LOCAL_PATH}\NppMarkdownPanel.ini") {
Copy-Item "${LOCAL_PATH}\defaults\NppMarkdownPanel.ini" "${env:USERPROFILE}\AppData\Roaming\Notepad++\plugins\config\NppMarkdownPanel.ini" -Force
}
# Add US English dictionary
Copy-Item "${GIT_PATH}\dictionaries\en\\en_US.dic" "${env:USERPROFILE}\AppData\Roaming\Notepad++\plugins\config\Hunspell\en_US.dic" -Force
Copy-Item "${GIT_PATH}\dictionaries\en\\en_US.aff" "${env:USERPROFILE}\AppData\Roaming\Notepad++\plugins\config\Hunspell\en_US.aff" -Force
Copy-Item "${GIT_PATH}\dictionaries\en\en_US.dic" "${env:USERPROFILE}\AppData\Roaming\Notepad++\plugins\config\Hunspell\en_US.dic" -Force
Copy-Item "${GIT_PATH}\dictionaries\en\en_US.aff" "${env:USERPROFILE}\AppData\Roaming\Notepad++\plugins\config\Hunspell\en_US.aff" -Force

# Add new path for user
# Add-ToUserPath "C:\local\bin"
Expand Down

0 comments on commit ed8b3ff

Please sign in to comment.