From ed8b3ff3c957a9527726df87800eb9014df47f30 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Sun, 6 Oct 2024 12:25:31 +0200 Subject: [PATCH] Fix path --- local/defaults/customize-sandbox.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/defaults/customize-sandbox.ps1 b/local/defaults/customize-sandbox.ps1 index e5ff167..a102492 100644 --- a/local/defaults/customize-sandbox.ps1 +++ b/local/defaults/customize-sandbox.ps1 @@ -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"